Code Monkey home page Code Monkey logo

rubylake-cms's Introduction

SUMMARY

RubyLakeCMS is Content Management System, developed by Scrum2B team. We build RubyLakeCMS as a lightweght application to make it more simple to create a website (like News webpage, Blog webpage and Company webpage...) It is planed to includes some advance features like: SNS integration, Theme support, Plugin support as well as SEO support.

LICENSE

RubyLakeCMS is open source and released under the terms of the GNU General Public License v2 (GPL) (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)

INSTALLATION

Clone the app from GitHub:

$ git clone [email protected]:haibt/rubylake-cms.git
$ cd rubylake-cms

Update your bundle

$ bundle install

Update database information:

$ cp config/database.yml.development config/database.yml
$ vi config/database.yml

Create SQLite databases if you set configuration to use SQLite3

$ bundle exec rake db:create

Use the install generator to copy migrations, initializers and generate sample data.

You can always perform the steps later.

$ bundle exec rake db:migrate
$ bundle exec rake db:seed

Update Facebook information:

$ cp config/facebook.yml.development config/facebook.yml
$ vi config/facebook.yml

Create admin account:

$ rails c
> User.create(:email => "[email protected]", :password => "123456", :password_confirmation => "123456", :is_admin => true)
> exit

(to be continue...)

Running App

Start the server:

$ rails s

Open a browser (like Chrome) to access the URL:

http://localhost:3000/

For developers

Change to use "develop" branch for developers:

$ git checkout -b develop origin/develop

Commit codes

$ git fetch --all
$ git merge origin/develop
$ git commit -m "Message Content in here"
$ git push -u origin develop

Running Tests

(to be continue...)

rubylake-cms's People

Contributors

haibt avatar

Watchers

 avatar Tuanha avatar

Forkers

scrum2b-admin

rubylake-cms's Issues

Screeners

Can add some screeners and a documentation please!
Is there a website?

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.