-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
The first problem.
I have made it rather easy to get this project running.
1. get wamp (you can use other similar programs as well)
1. if you are a linux person, install some webserver that supports php and mysql. LAMP would probably work.
2. download and extract the source code – and copy it into the www directory. (Usually C:/wamp/www/ or /var/www/)
3. rename the folder to azaka (or something easier to type)
4. make sure wamp is running, then head to http://127.0.0.1/phpmyadmin
5. Create a user, give it a password. Give it SELECT INSERT UPDATE CREATE and DROP permissions
6. In your favorite text editor (it MUST be your favorite or it will not work), head to config/dbconfig.php, and fill in variables accordingly
7. Head to http://127.0.0.1/azaka or whatever you called the directory in step 3.
8. It’ll whine cos the database is non existent. Tell it to remake the database.
Wow 8 steps from nothing to azaka. Too easy hey?
Well that is your basic installation anyway. A lot of modules (vent, bandwidth etc) depend on extra things being installed. If you do not wish to use these sort of modules, you can disable them in the admin section.