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
b07f774f
Commit
b07f774f
authored
Mar 29, 2022
by
徐鸿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
f15e1933
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
README.md
README.md
+50
-0
No files found.
README.md
0 → 100644
View file @
b07f774f
# 环境安装
## 0. 说明
```
linux 需要安装 gcc g++
查看:
gcc --version 若无:yum install gcc
g++ --version 若无:yum install g++
```
## 1. 执行安装脚本
```
./install.sh
等待环境配置完成
```
## 2. 刷新配置文件
```
source /etc/profile
```
## 3. tomcat
```
启动:
cd /usr/gisdeploy/apache-tomcat-9.0.60
./bin/startup.sh
停止:
cd /usr/gisdeploy/apache-tomcat-9.0.60
./bin/shutdown.sh
```
## 4. postgresql
```
启动:
su - postgres -c "/usr/gisdeploy/pgsql/bin/initdb -D /usr/gisdeploy/pgsql/data"
su - postgres -c "/usr/gisdeploy/pgsql/bin/pg_ctl -l logfile start"
停止:
su - postgres -c "/usr/gisdeploy/pgsql/bin/pg_ctl stop"
```
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