Skip to content

ohiodn8/docimer

Repository files navigation

About Docimer

Docimer is a simple Ruby on Rails 5 CMS for static pages. It is more of a Rails application that acts like a CMS; meaning its a built Rails application that gives you the option to create and edit its content.

The idea is to develop websites with ease (and without having to write codes).

Docimer on Heroku

You can launch Docimer on Heroku using the Heroku Button below:

Deploy

NB: image upload for heroku has been added

You can follow the steps below to install on your server/local machine

Dependencies

ImageMagick Install ImageMagick (if you don't already have it), and continue with the steps below.

Installing Docimer

  • first download the rails installer here (that's if you don't have rails running on your machine).

  • Next Step: you have to clone the Docimer app from the GitHub repository, or download the zip version (remember to unzip).

  • Now, lets start the ruby on rails server. Follow these steps =>

In the command prompt (for Windows) =>

Place the app folder where you want it. e.g. C:/sites/Docimer

git clone https://github.com/ohiodn8/docimer.git
cd docimer
bundle install
rails db:migrate
rails s

And that's it for Windows. Head over to a browser and load =>

http://localhost:3000

You should see Docimer running (probably a blank page with a header & footer). Setup your account and start using =>

http://localhost:3000/cmsadmins/sign_up

  • ...

docimer-screenshot