Unverified Commit 76d4080a authored by Amit Sharma's avatar Amit Sharma Committed by GitHub
Browse files

Revert "Update readme file (setup gitpod)"

No related merge requests found
Showing with 0 additions and 36 deletions
+0 -36
......@@ -78,42 +78,6 @@ npm -v
![File Upload](https://user-images.githubusercontent.com/46066481/227331536-c28224a7-4b60-41ce-93a3-59fe20033201.gif)
# Setup gitpod to change in code and run on live server
## By using npm
1. cd apps
cd wrapper
2. run docker ps
copy CONTAINER ID of wrapper
3. run docker stop ID(copied on step2)
4. run docker rm ID(copied on step2)
5. run docker images
copy IMAGE ID of wrapper
6. docker rmi ID(copied on step5)
7. make .env in wrapper directory
8. REACT_APP_ENKETO_URL=COPY REACT_APP_ENKETO_URL FROM .env (main directory-WORKFLOW)
REACT_APP_FORM_MANAGER_URL=COPY REACT_APP_FORM_MANAGER_URL FROM .env (main directory-WORKFLOW)
REACT_APP_HASURA_URL=COPY REACT_APP_HASURA_URL FROM .env (main directory-WORKFLOW)
9. npm i --legacy-peer-deps
10. npm audit fix --force(1 or 2 times)
11. npm run start
# How to integrate custom backend?
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment