Use MySQL Admin or the command line to import the MySQL Admin Backup script to your desired database. Please remember that the scripts where made using a schema of codex. If you want another schema, then please edit the script file to reflect these changes.
In order to install CodexWiki you must first read our requirements guide.
1. Place the codex installation anywhere in your webserver. Thanks to ColdFusion 8, CodexWiki uses per-application mappings to where it is placed in the webserver.
2. If you place codex in another location that is not the webroot then you will have to modify the following setting. Open the file config/coldbox.xml.cfm and update the AppMapping setting to match your location.
<-- <I have installed codex under a directory called wiki --> <Setting name="AppMapping" value="wiki" />
3. By default, CodexWiki uses the datasource called codex, which is declared in the transfer datasource.xml file. If you would like to change it, then open the file and change the name of the datasource.
4. Make sure that you have Transfer 1.0, ColdBox 2.6 and ColdSpring 1.2 installed.
5. Fire up your browser and hit Codex.
6. The default login/password for the administrator is the following:
| username | password |
|---|---|
| admin | codex |
7. (Optional) We have a very simple script to install the verity collection and scheduler. You will find this in install/install.cfm. This will only work on Windows/Linux machines as Verity has not been ported to Mac OS X.
Categories: