Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
70e6f513
authored
Nov 23, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updated bootstrap.sh to work on dev and pre servers
parent
a9098263
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sails/bootstrap.sh
sails/bootstrap.sh
View file @
70e6f513
...
...
@@ -7,6 +7,8 @@ elif [ -e "/vagrant/src/app.js" ]; then
cd
/vagrant/src
&&
forever start app.js
--debug
elif
[
-e
"/home/vagrant/sync/src/app.js"
]
;
then
cd
/home/vagrant/sync/src
&&
forever start app.js
--debug
elif
[
-e
"/home/ubuntu/pictogram/sails/src/app.js"
]
;
then
cd
/home/ubuntu/pictogram/sails/src
&&
forever start app.js
--debug
else
echo
"-- app.js not found, cannot run pictogram server"
exit
...
...
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