BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ee45a49c
Commit
ee45a49c
authored
Feb 19, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparing to v2.2
parent
a6870dd0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Procfile.production
Procfile.production
+1
-1
VERSION
VERSION
+1
-1
resque.sh
resque.sh
+1
-1
No files found.
Procfile.production
View file @
ee45a49c
web: bundle exec rails s -p $PORT -e production
worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*
VVERBOSE=1
worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*
VERSION
View file @
ee45a49c
2.2.0
pre
2.2.0
resque.sh
View file @
ee45a49c
mkdir
tmp/pids
nohup
bundle
exec
rake environment resque:work
QUEUE
=
*
VVERBOSE
=
1
RAILS_ENV
=
production
PIDFILE
=
tmp/pids/resque_worker_QUEUE.pid &
>>
log/resque_worker_QUEUE.log 2>&1
nohup
bundle
exec
rake environment resque:work
QUEUE
=
*
RAILS_ENV
=
production
PIDFILE
=
tmp/pids/resque_worker_QUEUE.pid &
>>
log/resque_worker_QUEUE.log 2>&1
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