Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Updated CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Mar 22, 2012
1 parent f491491 commit d80b971
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,8 @@
## Strano 1.0.0 (unreleased) ##

* Fixed default verbosity (vvv). *Joel Moss*
* Replaced Resque with the more efficient Sidekiq. *Joel Moss*
* Refactored task processing, which now logs output in real time, and handles errors much more gracefully. *Joel Moss*
* Errors loading project Capfile's are now a thing of the past, but you will still know about it. *Joel Moss*
* Upgraded to Twitter Bootstrap 2. *Joel Moss*
* Repo updating/pulling now happens via ajax, so a page reload is not necessary. *Joel Moss*
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -61,12 +61,12 @@ The following are required and should be defined before running Strano.
Background Processing
---------------------

Background processing of tasks and repo management is taken care of by [Resque](https://github.com/defunkt/resque). Run
Background processing of tasks and repo management is taken care of by the excellent [Sidekiq](https://github.com/mperham/sidekiq). Run
the queue like this:

bundle exec rake QUEUE=* resque:work
bundle exec sidekiq

You can then monitor your queue at `http://YOUR-STRANO-APP/resque`
You can then monitor your queue at `http://YOUR-STRANO-APP/sidekiq`. Check out the [Sidekiq Wiki](https://github.com/mperham/sidekiq/wiki) for assistance on Sidekiq and its options.


License
Expand Down
1 change: 0 additions & 1 deletion script/bootstrap
@@ -1,5 +1,4 @@
#!/usr/bin/env sh

bundle install

bundle exec rake db:setup

0 comments on commit d80b971

Please sign in to comment.