Skip to content

le4ndro/crmimg

Repository files navigation

crmimg

Demo project using Rails 4.2 and PostgreSQL

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software

  • Ruby 1.9.3 or newer

  • PostgreSQL Database

Installing

  1. Clone this repository

    $ git clone github.com/le4ndro/crmimg.git $ cd crmimg

  2. Install dependencies

    $ bundle install

  3. Edit /config/database.yml and create database on postgresql

    $ ./bin/rake db:create

  4. Run migrations

    $ ./bin/rake db:migrate

  5. Run the application

    $ rails s

  6. Check at lvh.me:3000

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Leandro Souza - Initial work

License

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

Acknowledgments

  • This project is in development