3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Update Docker instructions

This commit is contained in:
Dragory 2022-06-26 19:33:56 +03:00
parent ce2255b6b7
commit d8b7d0cba5
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -1,8 +1,9 @@
# Running the development environment # Running the development environment
1. Install Docker 1. Install Docker
2. Fill the values in .env 2. Make a copy of `.env.example` called `.env`
3. Run `./docker-compose-dev.sh up` to start the development environment 3. Fill in the missing values in `.env`
4. Connect to the development environment with your editor's remote SSH feature (see below) 4. Run `./docker-compose-dev.sh up` to start the development environment
5. Connect to the development environment with your editor's remote SSH feature (see below)
## Connecting with VSCode ## Connecting with VSCode
1. Install the `Remote - SSH` plugin 1. Install the `Remote - SSH` plugin