Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
5a9f31dd
Commit
5a9f31dd
authored
May 03, 2016
by
Dominik Hebeler
Browse files
Bugfix
parent
785b745b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deploy/checkServerStatus.sh
View file @
5a9f31dd
...
...
@@ -15,7 +15,7 @@ then
cd
~/MetaGer
cp
.env.example .env
fi
if
[
$(
grep
"SomeRandomString"
.env
)
]
if
[
$(
grep
"SomeRandomString"
~/MetaGer/
.env
)
]
then
cd
~/MetaGer
php artisan key:generate
...
...
@@ -40,7 +40,8 @@ then
git clone https://github.com/laravel/homestead.git Homestead
cd
Homestead/
bash init.sh
cp
-f
"
$path
/deploy/Homestead.yaml"
.homestead/Homestead.yaml
cd
~/
cp
-f
"
$path
/deploy/Homestead.yaml"
.homestead/
vagrant up
echo
"Your server is now running under http://localhost:8000"
fi
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