Add status, note, project panel
This commit is contained in:
parent
19584ecb1a
commit
2398d2278e
24 changed files with 396 additions and 151 deletions
|
|
@ -91,7 +91,7 @@ puma -C app/config/puma.rb
|
|||
Pull the latest image:
|
||||
|
||||
```bash
|
||||
docker pull chrisvel/tududi:0.13
|
||||
docker pull chrisvel/tududi:0.14
|
||||
```
|
||||
|
||||
In order to start the docker container you need 3 enviromental variables:
|
||||
|
|
@ -117,7 +117,7 @@ TUDUDI_SESSION_SECRET
|
|||
-e TUDUDI_SESSION_SECRET=3337c138d17ac7acefa412e5db0d7ef6540905b198cc28c5bf0d11e48807a71bdfe48d82ed0a0a6eb667c937cbdd1db3e1e6073b3148bff37f73cc6398a39671 \
|
||||
-v ~/tududi_db:/usr/src/app/tududi_db \
|
||||
-p 9292:9292 \
|
||||
-d chrisvel/tududi:0.13
|
||||
-d chrisvel/tududi:0.14
|
||||
```
|
||||
|
||||
3. Navigate to https://localhost:9292 and fill in your email and password.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue