Switch to unified view
a/README.markdown | b/README.markdown | ||
---|---|---|---|
... |
... |
||
143 | This shouldn't take too long, but it will start the reactor server doing tons of stuff in the background. It should complete in 5-6 minutes. Once this is done, you can start the application server. |
143 | This shouldn't take too long, but it will start the reactor server doing tons of stuff in the background. It should complete in 5-6 minutes. Once this is done, you can start the application server. |
144 | 144 | ||
145 | (anvil)~/src/forge/Allura$ nohup paster serve --reload development.ini > ~/logs/tg.log & |
145 | (anvil)~/src/forge/Allura$ nohup paster serve --reload development.ini > ~/logs/tg.log & |
146 | 146 | ||
147 | And now you should be able to visit the server running on your [local machine](http://localhost:8080/). |
147 | And now you should be able to visit the server running on your [local machine](http://localhost:8080/). |
148 | You can log in with username test-admin, test-user or root. They all have password "foo". |
||
148 | 149 | ||
149 | 150 | ||
150 | ## Next Steps |
151 | ## Next Steps |
151 | 152 | ||
152 | 153 |