To start using otomigenX, you must follow some installation step.
Manual installation
In otomigenx folder on your document root (usually C:/xampp/htdocs/otomigenx), do following steps :
- Copy file
conf/config_default.php into conf/config.php.
- Open file
conf/config.php and modify the database section (hostname, username, password, and database name).
Maybe you also need to change the URL site and admin email according to your host. You can find it ,approximately, on line 60 - 90.
- Create otomigenX database with the same name with your entry in step 2.
- Import file
data/sql/otomigenx.sql into your database. You can either use phpmyadmin or type 'SOURCE otomigenx.sql' in MySQL console.
- OtomigenX ready to use. Just type your site URL on web browser (for example, http://localhost/otomigenx).
You can login using :
- username : admin
- password : otomigenx
Web based installation
Just click here.