README.md in roroacms-0.0.2 vs README.md in roroacms-0.0.3

- old
+ new

@@ -1,62 +1,63 @@ -# ROROACMS - -Roroacms is an Rails-based content management system which allows you to easily introduce a page and article management to your Rails 4 applications. Roroacms has come far over the years it started out as a project to learn more about the ins & outs of Ruby on Rails and seemlessly evolved to grow into a fully grown CMS. In this second release I have moved the CMS into an engine and given the system a complete make over visually and technically. - - -### Documentation & Demo - -I am currently working relentlessly on creating a good demo and documentation for Roroacms but I do not want to release them both until I am completely satified with them. For now however you are able to install the engine and check the admin panel out! - - -### Installing into a new Rails application - -To get up and running with Roroacms in a new Rails application is simple. Just follow the -instructions below and you'll be up and running in minutes. - -Roroacms works with Rails 4 onwards. You can add it to your Gemfile with: - -```ruby -gem 'roroacms' -``` - -Run the bundle command to install it. - -After you install Roroacms and add it to your Gemfile, you need to run the generator: - -```console -rails generate roroacms:install -``` - -After you have installed Roroacms start the server - -```console -rails server -``` - -Once you start the server and visit the URL you will be presented with a installtion page which will walk you through setting the engine up fully. - -### File Management - -One thing to note about Roroacms is that it's media area is fully integrated with Amazon S3 at the moment so before you start head over to [http://aws.amazon.com/s3/](http://aws.amazon.com/s3/ "Amazon S3") and create a Amazon s3 account (Please make sure that the folder is open to the public). - -alternatively if you are not interested in using the file manager you can leave the Amazon S3 config settings blank. - -### Contribution - -If you'd like to help with this project, please get in touch with me. The best place is on Twitter (@roroacms) or by e-mail to roroacms@gmail.com. - -### License - -Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/) - -Copyright 2012 [Simon Fletcher](https://github.com/fletcher890) - -Icons from [Font Awesome](http://fortawesome.github.io/Font-Awesome/) - -### Other Information - -Project homepage: http://roroacms.co.uk - -Wiki : https://github.com/fletcher890/roroacms/wiki - +# ROROACMS + +Roroacms is an Rails-based content management system which allows you to easily introduce a page and article management to your Rails 4 applications. Roroacms has come far over the years it started out as a project to learn more about the ins & outs of Ruby on Rails and seemlessly evolved to grow into a fully grown CMS. In this second release I have moved the CMS into an engine and given the system a complete make over visually and technically. + +![GemVersion](https://badge.fury.io/rb/roroacms.png) + +### Documentation & Demo + +I am currently working relentlessly on creating a good demo and documentation for Roroacms but I do not want to release them both until I am completely satified with them. For now however you are able to install the engine and check the admin panel out! + + +### Installing into a new Rails application + +To get up and running with Roroacms in a new Rails application is simple. Just follow the +instructions below and you'll be up and running in minutes. + +Roroacms works with Rails 4 onwards. You can add it to your Gemfile with: + +```ruby +gem 'roroacms' +``` + +Run the bundle command to install it. + +After you install Roroacms and add it to your Gemfile, you need to run the generator: + +```console +rails generate roroacms:install +``` + +After you have installed Roroacms start the server + +```console +rails server +``` + +Once you start the server and visit the URL you will be presented with a installtion page which will walk you through setting the engine up fully. + +### File Management + +One thing to note about Roroacms is that it's media area is fully integrated with Amazon S3 at the moment so before you start head over to [http://aws.amazon.com/s3/](http://aws.amazon.com/s3/ "Amazon S3") and create a Amazon s3 account (Please make sure that the folder is open to the public). + +alternatively if you are not interested in using the file manager you can leave the Amazon S3 config settings blank. + +### Contribution + +If you'd like to help with this project, please get in touch with me. The best place is on Twitter (@roroacms) or by e-mail to roroacms@gmail.com. + +### License + +Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/) + +Copyright 2012 [Simon Fletcher](https://github.com/fletcher890) + +Icons from [Font Awesome](http://fortawesome.github.io/Font-Awesome/) + +### Other Information + +Project homepage: http://roroacms.co.uk + +Wiki : https://github.com/fletcher890/roroacms/wiki + Version: 2.0 \ No newline at end of file