Skip to content
Snippets Groups Projects
Commit 229f280b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '517-build-prozess-auf-server-auslagern' into 'development'

Gulp wird jetzt Serverseitig ausgeführt

Closes #517

See merge request !906
parents 698e8273 b1f2916c
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -6,4 +6,10 @@ Homestead.json ...@@ -6,4 +6,10 @@ Homestead.json
Homestead.yaml Homestead.yaml
.env .env
.orig .orig
.vscode .vscode
\ No newline at end of file # The Files created by Gulp in the build process
/public/js/lib.js
/public/js/quicktips.js
/public/js/scriptStartPage.js
/public/js/scriptResultPage.js
/public/css/beitritt.css
...@@ -27,6 +27,7 @@ update(144.76.113.134): ...@@ -27,6 +27,7 @@ update(144.76.113.134):
- chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
- chmod -R 777 storage - chmod -R 777 storage
- chmod -R 777 bootstrap/cache - chmod -R 777 bootstrap/cache
- ./gulpbuild.sh
- if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
- cd ~/ - cd ~/
- while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done - while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done
......
File moved
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment