Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
dbee982d
Commit
dbee982d
authored
May 29, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed deployment for metager3
parent
57ea99f9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
build.sh
build.sh
+8
-1
No files found.
build.sh
View file @
dbee982d
...
...
@@ -25,4 +25,11 @@ chmod -R 777 bootstrap/cache
npm
install
npm run production
php artisan migrate
--force
php artisan db:seed
--force
\ No newline at end of file
php artisan db:seed
--force
php artisan requests:gather
if
[
-f
~/MetaGer/artisan
]
;
then
php ~/MetaGer/artisan down
;
fi
cd
~/
while
[
-d
~/MetaGer
]
;
do
rm
-rf
~/MetaGer
;
done
mv
MetaGer_neu MetaGer
sudo
pkill
--signal
SIGHUP supervisord
php ~/MetaGer/artisan up
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment