To install DotKernel, follow these steps:
- Download dk.php file to test that your environment meets DotKernel system requirements
- Download a copy of DotKernel
- Unzip the downloaded package. You should have a DotKernel_[@version] directory
- Upload the folder content to your web server
- Create a MySQL database and import dot_kernel.sql file into it
- Set your environment (production, staging or development) in .htaccess by using the APPLICATION_ENV variable. In DotKernel, the development environment is set by default.
- Depending on your environment, edit the configuration file configs/application.ini to reflect the website url and the connection to the database you created previously
- Test the installation by opening the URL you set as your website
If you see the Home page, your DotKernel installation is completed!
P.S. For admin module: http://www.yourdotkernelinstance.com/admin/, use username: admin and password: dot
· Set your environment (production, staging or development) in .htaccess by using the APPLICATION_ENV variable. In DotKernel, the development environment is set by default.
- Depending on your environment, edit the configuration file configs/application.ini to reflect the website url and the connection to the database you created previously