Skip to content

VandyTheCoder/Rails-Blog

Repository files navigation

Rails Blog

This is project that is developed by using Ruby On Rails and Camaleon Rails CMS. It is CMS which you can publish your infomation and post anything you want. It is the opensource web application. There is also an enterprise version which you can contact me via email: vandysodanheang@gmail.com.

Getting Started

It is easy to use it. It doesn't have the prerequisites and it just install like normal rails project.

Installing

Before anything else, you need to install the required third party library gems from RubyGems and create database for this project.

Install Required Gems By:

bundle install

Create database and tables

rails db:migrate

Congratulation! Now, you can use this web application. Ok, let's go to Next Step!

Running the tests

In order to run this project, just type the command below and press enter.

rails s

Then visit the localhost:3000 in your browser

Versioning

Rials Blog's Version is 1.0.0

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details