Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gisEnv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐鸿
gisEnv
Commits
2785dd68
Commit
2785dd68
authored
3 years ago
by
徐鸿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify
parent
797ff26e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
jdk.sh
jdk.sh
+3
-4
postgresql.sh
postgresql.sh
+0
-1
tomcat.sh
tomcat.sh
+1
-1
No files found.
jdk.sh
View file @
2785dd68
echo
"************************jdk
..
************************"
echo
"************************jdk************************"
mkdir
/usr/gisdeploy
mv
./jdk-8u321-linux-x64.tar.gz /usr/gisdeploy/
cd
/usr/gisdeploy
echo
"************************
解压缩JDK8u201....
************************"
echo
"************************
unzip jdk
************************"
tar
zxvf jdk-8u321-linux-x64.tar.gz
echo
"***********************
配置环境....
************************"
echo
"***********************
env
************************"
echo
'export JAVA_HOME=/usr/gisdeploy/jdk1.8.0_321'
>>
/etc/profile
echo
'export PATH=$PATH:$JAVA_HOME/bin'
>>
/etc/profile
#!/bin/bash
source
/etc/profile
This diff is collapsed.
Click to expand it.
postgresql.sh
View file @
2785dd68
...
...
@@ -7,7 +7,6 @@ echo "pgsql tar sucess"
#is postgres exist
id
$postgres
>
& /dev/null
echo
"postgres exist"
if
[
$?
==
0
]
then
echo
"create postgres"
...
...
This diff is collapsed.
Click to expand it.
tomcat.sh
View file @
2785dd68
...
...
@@ -5,7 +5,7 @@ mv ./geoserver.war /usr/gisdeploy/
cd
/usr/gisdeploy
echo
"************************
解压缩
tomcat....************************"
echo
"************************
unzip
tomcat....************************"
tar
zxvf apache-tomcat-9.0.60.tar.gz
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment