|
Revision 81, 487 bytes
(checked in by phil, 12 months ago)
|
|
Initial import into public svn
|
| Line | |
|---|
| 1 | This file is for you to describe the NotSoQuickWiki application. Typically |
|---|
| 2 | you would include information such as the information below: |
|---|
| 3 | |
|---|
| 4 | Installation and Setup |
|---|
| 5 | ====================== |
|---|
| 6 | |
|---|
| 7 | Install ``NotSoQuickWiki`` using easy_install:: |
|---|
| 8 | |
|---|
| 9 | easy_install NotSoQuickWiki |
|---|
| 10 | |
|---|
| 11 | Make a config file as follows:: |
|---|
| 12 | |
|---|
| 13 | paster make-config NotSoQuickWiki config.ini |
|---|
| 14 | |
|---|
| 15 | Tweak the config file as appropriate and then setup the application:: |
|---|
| 16 | |
|---|
| 17 | paster setup-app config.ini |
|---|
| 18 | |
|---|
| 19 | Then you are ready to go. |
|---|