Skip to content

SmithLin0618/InstallScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo Install Script

修改符合GCP安裝用途

1.目前適用ubuntu 18.04 (test in 2019/04/10)

安裝流程

1. 下載 script:
sudo wget https://raw.githubusercontent.com/skypc785308/InstallScript/11.0/odoo_install.sh
2. 修改需要變更的參數

There are a few things you can configure, this is the most used list:
OE_USER will be the username for the system user.
OE_PORT is the port where Odoo should run on, for example 8069.
OE_VERSION is the Odoo version to install, for example 11.0 for Odoo V11.
OE_SUPERADMIN is the master password for this Odoo installation.

3. 讓 script 有權限執行:
sudo chmod +x odoo_install.sh
4. 執行 script:
sudo ./odoo_install.sh
5. 完成,可以經由以下指令控制服務
# 開啟服務
sudo service odoo-server start
# 關閉服務
sudo service odoo-server stop
# 重啟服務
sudo service odoo-server restart
# 查看服務運行狀態
sudo service odoo-server status

About

Odoo install script for GCP 台灣

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%