Skip to content

Commit 5678588

Browse files
committed
Updated installation instructions to install grunt + bower globally
Fixes kevinastone#1. Signed-off-by: Kevin Stone <[email protected]>
1 parent 46b0ec1 commit 5678588

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Readme.markdown

+8-4
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,24 @@ You're encouraged to setup a `virtualenv` to work in prior to configuring the de
1515
pip install -r requirements.txt
1616
python setup.py develop
1717

18-
2. Install Assets
18+
2. Install Bower + Grunt
19+
20+
npm install -g grunt-cli bower
21+
22+
3. Install Assets
1923

2024
npm install
2125
bower install
2226

23-
3. Compile Assets
27+
4. Compile Assets
2428

2529
grunt
2630

27-
4. Setup the Database
31+
5. Setup the Database
2832

2933
make create_database; make make_fixtures
3034

31-
5. Run the Server
35+
6. Run the Server
3236

3337
./manage.py runserver
3438

0 commit comments

Comments
 (0)