If you have not modified the database file (install/db.sql), the login credentials you can use are username: admin with a password of sheridan.
To manually install what are the config details please? Have installed DB and Tables just need the config file to edit to point to the DB please?
Thanks
Hi
You would need to create a "configs/main.php" file with the following:
/* * Maintenance Mode - if enable site is only accessible by allowed IP / define('MAINTENANCE_MODE', false);
/* * Select theme to use / define('THEME', 'default'); define('THEME_DIR', '/themes/'.THEME.'/');
/* * Database Connectivity /
define('DB_HOSTNAME', '127.0.0.1'); define('DB_USERNAME', 'youruser'); define('DB_PASSWORD', 'yourpass'); define('DB_DATABASE', 'yourdb');
Im using xampp for windows. what name to give for htaccess? Thanks
Log in to post a comment.
If you have not modified the database file (install/db.sql), the login credentials you can use are username: admin with a password of sheridan.
To manually install what are the config details please?
Have installed DB and Tables just need the config file to edit to point to the DB please?
Thanks
Hi
You would need to create a "configs/main.php" file with the following:
/** Enable debug content
/
define('DEVELOPMENT_ENVIRONMENT', false);
/*
* Maintenance Mode - if enable site is only accessible by allowed IP
/
define('MAINTENANCE_MODE', false);
/*
* Select theme to use
/
define('THEME', 'default');
define('THEME_DIR', '/themes/'.THEME.'/');
/*
* Database Connectivity
/
define('DB_HOSTNAME', '127.0.0.1');
define('DB_USERNAME', 'youruser');
define('DB_PASSWORD', 'yourpass');
define('DB_DATABASE', 'yourdb');
Last edit: Sam Sheridan 2013-04-29
Im using xampp for windows. what name to give for htaccess?
Thanks