-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add info about running a demo site. Refs #17.
- Loading branch information
1 parent
022af5e
commit b7780a2
Showing
2 changed files
with
32 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.. _running_the_demo: | ||
|
||
Running a demo site | ||
=================== | ||
|
||
Atramhasis comes with a demo site include. This allows you to quickly evaluate | ||
and inspect the software. To get started, just download Atramhasis from pypi and | ||
install it. We recommend doing this in a virtualenvironment. | ||
|
||
.. code-block:: bash | ||
$ mkvirtualenv atramhasis_demo | ||
$ pip install atramhasis | ||
Once Atramhasis is installed, you can call upon a pyramid scaffold to generate | ||
the demo site. | ||
|
||
.. code-block:: bash | ||
$ pcreate -s atramhasis_demo atramhasis_demo | ||
This creates a local demo package you can run with just a few more commands: | ||
|
||
.. code-block:: bash | ||
$ initialize_atramhasis_db development.ini | ||
$ python setup.py develop | ||
$ pserve development.ini | ||
The Atramhasis demo instance is now running on your localhost at post 6543. |
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 |
---|---|---|
|
@@ -12,6 +12,7 @@ Contents: | |
:maxdepth: 2 | ||
|
||
intro | ||
demo | ||
development | ||
api | ||
changes | ||
|