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
8118d9d4
Commit
8118d9d4
authored
2 years ago
by
ChakshuGautam
Browse files
Options
Download
Patches
Plain Diff
Fix: issues with setup
parent
63933232
main
dev
feat/centro
feature/formlistapi
fix/remove-forms
revert-67-contributeByGitpod
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitpod.yml
+7
-7
.gitpod.yml
install-node.sh
+1
-9
install-node.sh
with
8 additions
and
16 deletions
+8
-16
.gitpod.yml
+
7
−
7
View file @
8118d9d4
...
...
@@ -3,27 +3,27 @@ tasks:
openMode
:
tab-after
init
:
|
bash install-node.sh
nvm install 14.19.1
nvm use 14
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 && pnpm i && pnpm i -g grunt
gp sync-done setup
command
:
|
grunt develop
-
name
:
Setup Form Manager
openMode
:
tab-after
init
:
|
gp sync-await
bundle
nvm install 16
gp sync-await
setup
cd packages/form-manager
nvm use 16
p
npm install
npm install
command
:
|
npm run start:dev
-
name
:
Setup React Wrapper
openMode
:
tab-after
init
:
|
gp sync-await
bundle
nvm install 16
gp sync-await
setup
cd apps/wrapper
nvm use 14
p
npm install
npm install
command
:
|
npm run start
...
...
This diff is collapsed.
Click to expand it.
install-node.sh
+
1
−
9
View file @
8118d9d4
...
...
@@ -8,12 +8,4 @@ nvm install v14.19.1
nvm
install
16
nvm use 14
wget
-qO-
https://get.pnpm.io/install.sh |
ENV
=
"
$HOME
/.bashrc"
SHELL
=
"
$(
which bash
)
"
bash -
# 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 ./apps/wrapper && npm i
\ No newline at end of file
wget
-qO-
https://get.pnpm.io/install.sh |
ENV
=
"
$HOME
/.bashrc"
SHELL
=
"
$(
which bash
)
"
bash -
\ 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