Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Include instruction to install the vagrant-berkshelf plugin for those…
Browse files Browse the repository at this point in the history
… who do not have it already installed.
  • Loading branch information
jonathanchu committed Jun 30, 2013
1 parent 352f453 commit 5249b76
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,27 @@ The following assumes you have all of the recommended tools listed above install

$ berks install

#### 4. Start virtual machine:
#### 4. Install the Berkshelf plugin for Vagrant:

$ vagrant plugin install vagrant-berkshelf

#### 5. Start virtual machine:

$ vagrant up

#### 5. Upgrade the database:
#### 6. Upgrade the database:

$ alembic upgrade head

#### 6. Run the development server:
#### 7. Run the development server:

$ python wsgi.py

#### 7. In another console run the Celery app:
#### 8. In another console run the Celery app:

$ celery -A overholt.tasks worker

#### 8. Open [http://localhost:5000](http://localhost:5000)
#### 9. Open [http://localhost:5000](http://localhost:5000)


### Development
Expand Down Expand Up @@ -91,4 +95,3 @@ These can sometimes be useful to manipulate data while debugging in the browser.
To run the tests use the following command:

$ nosetests

0 comments on commit 5249b76

Please sign in to comment.