Installation Instructions
Dokument is a CodeIgniter Application. This version is built on CI 1.7.2 and includes both the default system directory and a custom application directory.
Install Dokument in 4 simple steps:
- Download the latest version and unzip the package.
- The archive includes three directories: system, application, user_guide and www. Upload the ./system, ./application and ./www directories to your websever.1
- If you wish to run Dokument in parallel with other CI apps you can skip the ./system dir and use your existing CI system dir.
- Open up your browser, navigate to the ./www directory on your webserver and you're good to go!
That's it!
If you're new to GoodForm, please read the Getting Started section of the User Guide to begin learning how to use GoodForm. Enjoy!
For security reasons Dokument should be ran on a local development server or a live server with restricted access.
It has not been tested, but it is likey someone could compromise your CI application directory if given access to the Dokument app.
1 You may rename the root Dokument directories as you wish. Just change the relavant details in ./application/config/config.php and ./www/index.php.