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
a967c6ea
Commit
a967c6ea
authored
2 years ago
by
ChakshuGautam
Browse files
Options
Download
Patches
Plain Diff
Fix: issues with prebuilds
parent
5bc2a68b
main
dev
feat/centro
feature/formlistapi
fix/remove-forms
revert-67-contributeByGitpod
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install-node.sh
+6
-6
install-node.sh
with
6 additions
and
6 deletions
+6
-6
install-node.sh
+
6
−
6
View file @
a967c6ea
...
...
@@ -7,10 +7,10 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
nvm
install
v14.19.1
nvm
install
16
cd
packages/enketo-core
&&
npm i
cd
.
cd
packages/enketo-express
&&
docker run
--name
enketo-redis-main
-p
6381:6379
-d
redis
&&
docker run
--name
enketo-redis-cache
-p
6382:6379
-d
redis
&&
npm i
&&
npm i
-g
grunt
cd
.
cd
packages/form-manager
&&
npm i
cd
.
cd
./
packages/enketo-core
&&
npm i
cd
.
.
cd
./
packages/enketo-express
&&
docker run
--name
enketo-redis-main
-p
6381:6379
-d
redis
&&
docker run
--name
enketo-redis-cache
-p
6382:6379
-d
redis
&&
npm i
&&
npm i
-g
grunt
cd
.
.
cd
./
packages/form-manager
&&
npm i
cd
.
.
cd
app/wrapper
&&
npm i
\ No newline at end of file
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