Create test environment startup script and update workspace.

This commit is contained in:
sigonasr2, Sig, Sigo 2021-07-27 04:14:36 +00:00
parent d71fe52e17
commit 8278ecefdd
2 changed files with 13 additions and 1 deletions

5
setupTestEnvironment Executable file
View File

@ -0,0 +1,5 @@
cd ~/projectdivar
touch server/.env.twitter
touch frontend/.env
cp -r ../ngsplanner_backend/* server2
docker-compose up -d

View File

@ -1,7 +1,14 @@
{ {
"folders": [ "folders": [
{ {
"path": ".." "path": "../../../workspace/ngsplanner"
},
{
"path": "."
},
{
"name": "ngsplanner_backend",
"path": "../ngsplanner_backend"
} }
], ],
"settings": {} "settings": {}