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
ceb0732e
Unverified
Commit
ceb0732e
authored
1 year ago
by
Amit Sharma
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #67 from Coderaman-tech/contributeByGitpod
Update readme file (setup gitpod)
parents
7c817395
24aa74b9
main
revert-67-contributeByGitpod
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+36
-0
README.md
with
36 additions
and
0 deletions
+36
-0
README.md
+
36
−
0
View file @
ceb0732e
...
...
@@ -78,6 +78,42 @@ npm -v

# 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?
...
...
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