This repository was archived by the owner on Aug 21, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 117z920.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
44timeout 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
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ curl -X PUT http://localhost:5984/coursestep
5656curl -X PUT http://localhost:5984/groups
5757curl -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+
5964SET PATH = %PATH% ;C:\Users\%USERNAME% \AppData\Roaming\npm;C:\Program Files (x86)\nodejs\
6065
6166call .\install_nodemodules.bat
@@ -66,6 +71,11 @@ call BeLL-Apps\node_modules\.bin\couchapp push BeLL-Apps\databases\%%~nxF http:/
6671timeout 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+
6979start Launch_PDFOptimizer.bat
7080
7181call .\create_desktop_icon.bat
You can’t perform that action at this time.
0 commit comments