Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d3e55429
authored
Feb 19, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: update upstart scripts
parent
fa37ec8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
5 deletions
+23
-5
miscellaneous/mancelery.conf
+6
-5
miscellaneous/portal.conf
+17
-0
No files found.
miscellaneous/mancelery.conf
View file @
d3e55429
description
"
IK Cloud Django Development Server
"
description
"
CIRCLE mancelery
"
start
on
runlevel
[
2345
]
start
on
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
stop
on
runlevel
[!
2345
]
respawn
respawn
respawn
limit
30
30
respawn
limit
30
30
setgid
cloud
setuid
cloud
setuid
cloud
chdir
/
home
/
cloud
/
circle
/
circle
script
script
. /
home
/
cloud
/.
virtualenvs
/
circle
/
local
/
bin
/
postactivate
cd
/
home
/
cloud
/
circle
/
circle
exec
/
home
/
cloud
/.
virtualenvs
/
circle
/
bin
/
python
manage
.
py
celery
--
app
=
manager
.
mancelery
worker
--
autoreload
--
loglevel
=
info
--
hostname
=
mancelery
-
B
-
c
1
--
logfile
/
tmp
/
mancelery
.
log
. /
home
/
cloud
/.
virtualenvs
/
circle
/
bin
/
activate
. /
home
/
cloud
/.
virtualenvs
/
circle
/
bin
/
postactivate
exec
./
manage
.
py
celery
--
app
=
manager
.
mancelery
worker
--
autoreload
--
loglevel
=
info
--
hostname
=
mancelery
-
B
-
c
1
end
script
end
script
miscellaneous/portal.conf
0 → 100644
View file @
d3e55429
description
"CIRCLE django dev server"
start
on
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
respawn
respawn
limit
30
30
setgid
cloud
setuid
cloud
script
cd
/
home
/
cloud
/
circle
/
circle
. /
home
/
cloud
/.
virtualenvs
/
circle
/
bin
/
activate
. /
home
/
cloud
/.
virtualenvs
/
circle
/
bin
/
postactivate
exec
./
manage
.
py
runserver
'[::]:8080'
end
script
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