-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs, validate parameters explicitly
- Loading branch information
Paul Wexler"
committed
Dec 10, 2015
1 parent
f4c3a51
commit a1c5376
Showing
6 changed files
with
79 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,31 @@ to the conversions implemented in `rios.conversion`_ | |
|
||
See the `home page source`_ for more details. | ||
|
||
Installation | ||
============ | ||
|
||
rios.converter is a rex.web application which needs no database. | ||
|
||
:: | ||
|
||
$ virtualenv --system-site-packages rios.converter | ||
$ cd rios.converter | ||
$ . bin/activate | ||
$ hg clone ssh://[email protected]/prometheus/rios.converter | ||
$ pip install -e rios.converter | ||
|
||
Create a simple **rex.yaml**. For example:: | ||
|
||
$ cat >rex.yaml <<! | ||
project: rios.converter | ||
uwsgi: | ||
uwsgi-socket: localhost:5839 | ||
! | ||
|
||
Start the server:: | ||
|
||
$ rex start | ||
|
||
.. _rios.conversion: https://bitbucket.org/prometheus/rios.conversion/overview | ||
.. _home page source: https://bitbucket.org/prometheus/rios.converter/src/tip/static/templates/home.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
access: {} | ||
#temp_dir: ./temp | ||
temp_dir: /home/pwexler/1127/rios.converter/temp | ||
temp_dir: rios.converter/temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters