diff --git a/Readme.md b/Readme.md index b97d62dfa920fed45f4a8f93db56761a03487b98..bd0555d5fc332796932e7aa506ada0c19b91e169 100644 --- a/Readme.md +++ b/Readme.md @@ -4,12 +4,12 @@ 1. Clone this repository 2. `cp .env.sample .env` -3. Edit .env (change DB password) +3. Edit .env (change DB password) 4. If required change `DOLI_VERSION` in `.env` file 5. `docker-compose up`, the first docker-compose up takes time because we have git clone. **You need to wait the end of git clone** 6. This will create 2 directories `dolibarr_src` : dolibarr code source and logs and `dolibarr_db`: mysql files 7. Create a link to the dolibarr custom directory (where you should put your modules): `ln -s dolibarr_src/htdocs/custom/ src` -8. `sudo chown -R $(whoami):33 src/` to have the right to write your source files +8. `sudo chown -R $(whoami):33 src/` to have the right to write your source files 9. Configuration of dolibarr with web interface (see below for database configuration)  @@ -38,4 +38,4 @@ You must set your mysql password to `7rU2//B7XEe[UrnPs6bPOWu[c]#}I>K-` after imp ### Cannot write my source files or cannot run git command on src/ -The docker container reset the ownership of `src/` to www-data (id 33), so you should run `sudo chown -R $(whoami):33 src/` to regain access +The docker container reset the ownership of `src/` to www-data (id 33), so you should run `sudo chown -R $(whoami):33 src/` to regain access