rabisg / gini

CMS in Meteor (Not developed anymore)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gini

Gini is a Web CMS built on top of Meteor

###How To Install

First of all you have must node installed on your system. Check http://nodejs.org/download/ for more information

Install Meteor curl https://install.meteor.com | /bin/sh

Install Meteorite npm install -g meteorite

Then go to the root of the directory and install it's dependencies mrt install

Finally run it using mrt -p <port>

###Using Gini Open http://localhost:<port> in your browser and signup with a valid email address The first user who signs up is automatically assigned the role of admin

Navigate around to explore the features.

About

CMS in Meteor (Not developed anymore)

License:Other


Languages

Language:CoffeeScript 79.9%Language:CSS 20.1%