Skip to content
This repository was archived by the owner on Aug 21, 2018. It is now read-only.

Commit 5abbed9

Browse files
committed
Updated installer and Build.bat
1 parent 076eb16 commit 5abbed9

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

build.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
7z920.exe
2-
curl -LOk https://github.com/open-learning-exchange/BeLL-Apps/archive/0.11.35.zip
3-
7z.exe x 0.11.35.zip
2+
curl -LOk https://github.com/open-learning-exchange/BeLL-Apps/archive/0.11.36.zip
3+
7z.exe x 0.11.36.zip
44
timeout 15
5-
move BeLL-Apps-0.11.35 BeLL-Apps
6-
del /f 0.11.35.zip
5+
move BeLL-Apps-0.11.36 BeLL-Apps
6+
del /f 0.11.36.zip

install.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ curl -X PUT http://localhost:5984/coursestep
5656
curl -X PUT http://localhost:5984/groups
5757
curl -X PUT http://localhost:5984/resources
5858

59+
:: Move specific Dosign Docs from Databases to anywhere else
60+
move BeLL-Apps\databases\communities.js BeLL-Apps\communities.js
61+
move BeLL-Apps\databases\languages.js BeLL-Apps\languages.js
62+
move BeLL-Apps\databases\configurations.js BeLL-Apps\configurations.js
63+
5964
SET PATH=%PATH%;C:\Users\%USERNAME%\AppData\Roaming\npm;C:\Program Files (x86)\nodejs\
6065

6166
call .\install_nodemodules.bat
@@ -66,6 +71,11 @@ call BeLL-Apps\node_modules\.bin\couchapp push BeLL-Apps\databases\%%~nxF http:/
6671
timeout 1
6772
)
6873

74+
:: Move specific Dosign Docs back to databases
75+
move BeLL-Apps\communities.js BeLL-Apps\databases\communities.js
76+
move BeLL-Apps\languages.js BeLL-Apps\databases\languages.js
77+
move BeLL-Apps\configurations.js BeLL-Apps\databases\configurations.js
78+
6979
start Launch_PDFOptimizer.bat
7080

7181
call .\create_desktop_icon.bat

0 commit comments

Comments
 (0)