2 Star 1 Fork 1

letsdoo/odoo-14-docker-compose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run.sh 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
minhng92 提交于 2021-08-24 01:33 . chat port, remove remove script
#!/bin/bash
DESTINATION=$1
PORT=$2
CHAT=$3
# clone Odoo directory
git clone --depth=1 https://github.com/minhng92/odoo-14-docker-compose $DESTINATION
rm -rf $DESTINATION/.git
# set permission
mkdir -p $DESTINATION/postgresql
sudo chmod -R 777 $DESTINATION
# config
if grep -qF "fs.inotify.max_user_watches" /etc/sysctl.conf; then echo $(grep -F "fs.inotify.max_user_watches" /etc/sysctl.conf); else echo "fs.inotify.max_user_watches = 524288" | sudo tee -a /etc/sysctl.conf; fi
sudo sysctl -p
sed -i 's/10014/'$PORT'/g' $DESTINATION/docker-compose.yml
sed -i 's/20014/'$CHAT'/g' $DESTINATION/docker-compose.yml
# run Odoo
docker-compose -f $DESTINATION/docker-compose.yml up -d
echo 'Started Odoo @ http://localhost:'$PORT' | Live chat port: '$CHAT
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/letsdoo/odoo-14-docker-compose.git
git@gitee.com:letsdoo/odoo-14-docker-compose.git
letsdoo
odoo-14-docker-compose
odoo-14-docker-compose
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385