|
a/README.markdown |
|
b/README.markdown |
|
... |
|
... |
130 |
|
130 |
|
131 |
Routes messages from email addresses to tools in the forge.
|
131 |
Routes messages from email addresses to tools in the forge.
|
132 |
|
132 |
|
133 |
(anvil)~/src/forge/Allura$ nohup paster smtp_server development.ini > ~/logs/smtp.log &
|
133 |
(anvil)~/src/forge/Allura$ nohup paster smtp_server development.ini > ~/logs/smtp.log &
|
134 |
|
134 |
|
|
|
135 |
If port 8825 is in use, this command will fail. You can check the log file for any errors.
|
|
|
136 |
Edit `development.ini` and change `forgemail.port` to a port number that is not in use.
|
135 |
|
137 |
|
136 |
### TurboGears application server
|
138 |
### TurboGears application server
|
137 |
|
139 |
|
138 |
In order to initialize the Forge database, you'll need to run the following:
|
140 |
In order to initialize the Forge database, you'll need to run the following:
|
139 |
|
141 |
|