|
a/pyforge/docs/install.rst |
|
b/pyforge/docs/install.rst |
|
... |
|
... |
146 |
stuff in the background. It should complete in 5-6 minutes. Once this is done,
|
146 |
stuff in the background. It should complete in 5-6 minutes. Once this is done,
|
147 |
you can start the application server::
|
147 |
you can start the application server::
|
148 |
|
148 |
|
149 |
(anvil)~/src/forge/pyforge$ paster serve --reload development.ini
|
149 |
(anvil)~/src/forge/pyforge$ paster serve --reload development.ini
|
150 |
|
150 |
|
151 |
And now you should be able to visit the server running on your `local machine <http://localhost:8080/>`_.
|
151 |
And now you should be able to visit the server running on your
|
|
|
152 |
`local machine <http://localhost:8080/>`_.
|
152 |
|
153 |
|
153 |
Logging In, Getting Around
|
154 |
Logging In, Getting Around
|
154 |
----------------------------------------------
|
155 |
----------------------------------------------
|
155 |
|
156 |
|
156 |
Part of the base system includes the test_admin and test_user accounts. The
|
157 |
Part of the base system includes the test_admin and test_user accounts. The
|
157 |
password for both accounts is `foo`. The `test` project has several plugins
|
158 |
password for both accounts is `foo`. The `test` project has several plugins
|
158 |
already configured; to configure more, you can visit the `Admin` plugin
|
159 |
already configured; to configure more, you can visit the `Admin` plugin
|
159 |
(accessible in the top navigation bar when inside the `test` project). Happy hacking!
|
160 |
(accessible in the top navigation bar when inside the `test` project).
|
|
|
161 |
|
|
|
162 |
Happy hacking!
|