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: [email protected].
It is easy to use it. It doesn't have the prerequisites and it just install like normal rails project.
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!
In order to run this project, just type the command below and press enter.
rails s
Then visit the localhost:3000
in your browser
Rials Blog's Version is 1.0.0
- Vandy Sodanheang - Initial work - Web and Mobile Developer
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details