Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b1091b

Browse files
committed
update install.rst
1 parent 4affc8f commit 7b1091b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Checking installation
3232

3333
.. code-block:: bash
3434
35-
unit2 discover
35+
make test
3636
3737
Running dummy site
3838
~~~~~~~~~~~~~~~~~~
3939

4040
.. code-block:: bash
4141
42-
python element/standalone/skeleton/loads.py # load some data into mongodb
43-
python element/standalone/skeleton/wsgi.py # start the wsgi application
42+
make fixtures
43+
make dev

0 commit comments

Comments
 (0)