Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-workflow
Commits
f45d8461
Unverified
Commit
f45d8461
authored
1 year ago
by
Aman Kumar Shrivastava
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Create setup_gitpod.md
parent
bf60a303
main
revert-67-contributeByGitpod
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup_gitpod.md
+35
-0
setup_gitpod.md
with
35 additions
and
0 deletions
+35
-0
setup_gitpod.md
0 → 100644
+
35
−
0
View file @
f45d8461
# 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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets