Skip to content

Commit

Permalink
Updated installation instructions with new link as it is impossible t…
Browse files Browse the repository at this point in the history
…o change target in bit.ly (grrr)
  • Loading branch information
uniomni committed Nov 9, 2011
1 parent 310bae3 commit e492d4f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ This is for those who either want to try out the software and/or modify it. For

To install a RISIKO development environment, start a terminal window, cd to your favorite development area and run the following::

wget http://bit.ly/risiko-install
bash risiko-install
wget http://bit.ly/riab-install
bash riab-install

This will create a working development installation and provide guidance on how to run the test suite, setup the server and try it. Note if you want to move the installation you need to run risiko-uninstall and install it again in the new location. It is OK to run risiko-install again on an existing installation e.g. to update it.
This will create a working development installation and provide guidance on how to run the test suite, setup the server and try it. Note if you want to move the installation you need to run risiko-uninstall and install it again in the new location. It is OK to run riab-install again on an existing installation e.g. to update it.

To run the test suite, you'll need the commands::

Expand All @@ -46,10 +46,10 @@ To run the test suite, you'll need the commands::

To upload the bundled demo data, you'll need to do the following::

risiko-activate
risiko-clean
risiko-start
risiko-upload risiko_demo_data
risiko-activate
risiko-clean
risiko-start
risiko-upload risiko_demo_data

when this is finished point the browser to 127.0.0.1:8000, select layers and try the risk calculator.

Expand Down
12 changes: 6 additions & 6 deletions docs/intro/basic_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ This is for those who either want to try out the software and/or modify it. For

To install a RISIKO development environment, start a terminal window, cd to your favorite development area and run the following::

wget http://bit.ly/risiko-install
bash risiko-install
wget http://bit.ly/riab-install
bash riab-install

This will create a working development installation and provide guidance on how to run the test suite, setup the server and try it.

Expand All @@ -44,10 +44,10 @@ To run the test suite, you'll need the commands::

To upload the bundled demo data, you'll need to do the following::

risiko-activate
risiko-clean
risiko-start
risiko-upload risiko_demo_data
risiko-activate
risiko-clean
risiko-start
risiko-upload risiko_demo_data

when this is finished point the browser to 127.0.0.1:8000, select layers and try the risk calculator.

Expand Down
2 changes: 1 addition & 1 deletion impact/tests/test_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ def test_linked_datasets(self):
"""

# Upload exposure data for this test. This will automatically
# pull in female_pct_yogya.asc through its "associates" keyword
# pull in female_pct_yogya.asc through its "linked" keyword
name = 'population_yogya'
exposure_filename = '%s/%s.asc' % (TESTDATA, name)
exposure_layer = save_to_geonode(exposure_filename,
Expand Down

0 comments on commit e492d4f

Please sign in to comment.