modulargaming / modulargaming forked from copy112/modulargaming
- Source
- Commits
- Network (2)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Dec 23 14:34:37 -0800 2009 | |
| |
.gitmodules | Sun Feb 14 04:44:35 -0800 2010 | |
| |
.htaccess | Wed Dec 23 15:38:34 -0800 2009 | |
| |
LICENSE.md | Thu Jan 14 04:24:36 -0800 2010 | |
| |
README.md | Sun Feb 14 04:45:45 -0800 2010 | |
| |
application/ | Sun Feb 14 04:51:51 -0800 2010 | |
| |
assets/ | Sun Feb 14 04:32:57 -0800 2010 | |
| |
index.php | Fri Dec 18 11:41:37 -0800 2009 | |
| |
install_kohana.php | Wed Dec 23 16:03:01 -0800 2009 | |
| |
modules/ | Sat Feb 27 08:33:25 -0800 2010 | |
| |
system - 29d4b0b | Sat Feb 27 08:33:25 -0800 2010 |
Modular Gaming
A modular web game framework.
It is unstable and still developing.
Requirements
- PHP 5.2+
- Mysql 5.0+
- Kohana v3.0
- Kohana Modules: A1, A2, ACL, Blog, Captcha, Database Pagination and Sprig
Installation
Step 1: Download Modular Gaming!
Using your console, to get it from git execute the following command in the root of your development environment:
$ git clone git://github.com/modulargaming/modulargaming.git
And watch the git magic...
Of course you can always download the code from the github project as an archive.
Step 2: Initial Structure
Next the submodules must be initialized:
$ git submodule init
Now that the submodules are added, update them:
$ git submodule update
That's all there is to it.
Step 3: Configuration of Database
Edit application/config/database.php with the correct information.
Step 4: Import SQL
Run the installer and it will automatically build the tables. (TODO)
Step 5: Configuration of modulargaming
Open application/bootstrap.php and make the following changes:
- Set the default timezone for your application
Make sure the application/cache and application/logs directories are world writable with chmod application/{cache,logs} 0777
Now Browse to yourdomain.com and you should see the Home Page.
By default, the first registered user has Administrator privilege.
