improve spin up more
This commit is contained in:
parent
b4e41a2a9e
commit
2398afc74f
1 changed files with 4 additions and 2 deletions
|
|
@ -100,9 +100,9 @@ ## 4. Set up Environment Variables
|
||||||
|
|
||||||
## 5. Start Coolify
|
## 5. Start Coolify
|
||||||
|
|
||||||
1. Open a terminal in the Coolify directory.
|
1. Open a terminal in the local Coolify directory.
|
||||||
|
|
||||||
2. Run the following command:
|
2. Run the following command in the terminal (leave that terminal open):
|
||||||
```
|
```
|
||||||
spin up
|
spin up
|
||||||
```
|
```
|
||||||
|
|
@ -113,6 +113,8 @@ ## 5. Start Coolify
|
||||||
sudo spin up
|
sudo spin up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: If you change environment variables afterwards or anything seems broken, press Ctrl + C to stop the process and run `spin up` again.
|
||||||
|
|
||||||
|
|
||||||
## 6. Start Development
|
## 6. Start Development
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue