You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SETUP.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ nodenv local 12.22.12
32
32
33
33
* Setup docker compose
34
34
*`make up` or `docker-compose up --build` to start required services like postgres app server
35
-
*`docker-compose run --rm server create_db` Will start server and run. exec /app/manage.py database create_tables.
35
+
*`docker-compose run --rm server create_db`Will start server and run. exec /app/manage.py database create_tables.
36
36
This step is required **only once**.
37
37
* Any change to SQL data made on python side requires to create a migration file for upgrading the required database columns: `docker-compose run server manage db migrate`
38
38
* Later on and only if necessary, in order to upgrade local database run: `docker-compose run --rm server manage db upgrade`
@@ -41,7 +41,7 @@ nodenv local 12.22.12
41
41
* Not needed anymore, might be useful for local development: start UI proxy
42
42
* Enter project root directory
43
43
*`cd client`
44
-
*`npm run start` Starts babel and webpack dev server which will proxy redash and plywood backend.
44
+
*`npm run start` Starts babel and webpack dev server which will proxy redash and plywood backend
0 commit comments