File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,6 @@ and you can see the logs using:
81
81
docker logs < container id> -f --tail 100
82
82
```
83
83
84
- To do:
85
- -
86
- - Create global environment config for all containers
87
- - Prepare all containers for use docker stack deploy
88
-
89
84
90
85
Install and running app without Docker
91
86
-
@@ -102,13 +97,21 @@ npm run dashboard-development; # compile dashboard in development mode and watch
102
97
npm run dashboard-production; # compile dashboard in production mode
103
98
```
104
99
100
+
105
101
Test
106
102
-
107
103
If you don't edit nothing about default ports from config.js
108
104
109
105
Now enter to: localhost:3000 and fill the setup form.
110
106
111
107
108
+ To do:
109
+ -
110
+ - Create global environment config for all containers
111
+ - Prepare all containers for use docker stack deploy
112
+ - Create complete documentation page
113
+
114
+
112
115
## Email:
113
116
eduardobc.88@gmail.com
114
117
You can’t perform that action at this time.
0 commit comments