mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
18 lines
406 B
Go
18 lines
406 B
Go
# Local Dev
|
|
|
|
For those who want to develop or contribute to crawlab project can use `docker-compose.yml` to start necessary containers (fs, mongo) to support local development.
|
|
|
|
Please make sure you have installed [Docker](https://docker.io) and [Docker-Compose](https://docs.docker.com/compose/).
|
|
|
|
## Start Containers
|
|
|
|
```bash
|
|
docker-compose up -d
|
|
```
|
|
|
|
## Stop Containers
|
|
|
|
```bash
|
|
docker-compose down
|
|
```
|