Skip to content
Snippets Groups Projects
Verified Commit da50bf5d authored by David Beniamine's avatar David Beniamine
Browse files

Doc

parent b1c3f8ab
Branches
No related tags found
No related merge requests found
......@@ -7,8 +7,9 @@
3. `cp .env.sample .env`
4. Edit .env (change DB password)
5. `docker-compose up`
6. This will create 3 directories `src/` put your modules in there `dolibarr_html` : dolibarr code source and logs and `dolibarr_db`: mysql files
7. `sudo chown -R $(whoami):33 src/` to have the right to write your source files
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
## Databases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment