Giter Club home page Giter Club logo

kohana-3.0's Introduction

Modular Gaming

A modular browser based game framework based on Kohana 3 using Jelly.

It is unstable and still developing.

Requirements

  • PHP 5.2+
  • Mysql 5.0+

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 http://development.modulargaming.com

Step 2: Initial Structure

Next the submodules must be initialized:

cd modulargaming (or whatever you named it)

$ 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

Import mg.sql using your tool of choice (Mysql client, phpmyadmin etc).

Step 5: Configuration of modulargaming

Open application/bootstrap.php and make the following changes:

  • Set the default timezone for your application

  • You may need to set the base_url manually if auto detection does not work.

Make sure the application/cache and application/logs directories are world writable with:

chmod 0777 application/{cache,logs}

Now browse to yourdomain.com and you should see the Home Page.

You will need to set your user to have the role 'admin'.

You will need to update the .htaccess to refer to the correct location of the folder containing Modular Gaming.

kohana-3.0's People

Contributors

curtisdelicata avatar hexdec avatar hinton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.