Skip to content

osswald/dvzo.app-3

Repository files navigation

Odoo Setup

cp ./config/odoo.conf.example ./config/odoo.conf
# adapt the actual configuration

cp ./docker-compose.env.example ./docker-compose.env
# adapt the actual env variables

docker-compose up -d

Initial Setup

# install docker
# https://docs.docker.com/engine/install/ubuntu/

# create new user
adduser dvzo
usermod -aG sudo dvzo
usermod -aG docker dvzo
cp -a /root/.ssh /home/dvzo/
chown -R dvzo:dvzo /home/dvzo/.ssh

# set this in /etc/ssh/sshd_config
PermitRootLogin no
PasswordAuthentication no
systemctl restart sshd

# install caddy
https://caddyserver.com/docs/install

# Apply Caddyfile
caddy reload Caddyfile

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages