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

Readme

parent 104a6520
No related branches found
No related tags found
No related merge requests found
**This repo should remain private**
## Setting up your environement
1. Clone this repository
2. If required change dolibarr version in docker-compose file
3. `cp .env.sample .env`
4. Edit .env (change DB password)
5. `docker-compose up`
## Databases
There is a dump from a database used for internal developpements. You can import it by running:
```bash
docker exec -i $(docker-compose ps -q mariadb) mysql -uroot -p'password-from.env' < dump.sql
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment