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:
parent
ce2255b6b7
commit
d8b7d0cba5
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue