s10s-btc / odoo-DockerCompose

Odoo | Lets Encrypt | Nginx | Postgres - Docerized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Install docker-compose.

  2. Clone this repository: git clone https://github.com/WTFitworks/willking413.git .

  3. Modify configuration:

  • Add domains and email addresses to init-letsencrypt.sh
  • Replace all occurrences of example.org with primary domain (the first one you added to init-letsencrypt.sh) in data/nginx/app.conf
  1. Run the init script:

     ./init-letsencrypt.sh
    
  2. Set Folder Permissions:

     sudo chmod -R 777 addons
     sudo chmod -R 777 etc
     mkdir -p postgresql
     sudo chmod -R 777 postgresql
    
  3. Run the server:

     docker-compose up
    

About

Odoo | Lets Encrypt | Nginx | Postgres - Docerized


Languages

Language:Shell 100.0%