https://github.com/le4ndro/crmimg
Demo project using Rails 4.2 and PostgreSQL
https://github.com/le4ndro/crmimg
multitenancy postgresql ruby-on-rails
Last synced: 3 months ago
JSON representation
Demo project using Rails 4.2 and PostgreSQL
- Host: GitHub
- URL: https://github.com/le4ndro/crmimg
- Owner: le4ndro
- License: mit
- Created: 2018-02-12T11:01:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T13:15:46.000Z (over 7 years ago)
- Last Synced: 2025-01-18T06:13:26.034Z (5 months ago)
- Topics: multitenancy, postgresql, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= 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 https://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 http://lvh.me:3000
== Built With
* {Ruby on Rails}[http://guides.rubyonrails.org/v4.2/] - The web framework used
* {Bootstrap}[http://getbootstrap.com/docs/3.3/] - Html framework== Versioning
We use {SemVer}[http://semver.org/] for versioning. For the versions available, see the {tags on this repository}[https://github.com/your/project/tags].
== Authors
* *Leandro* *Souza* - _Initial_ _work_
== License
This project is licensed under the MIT License - see the {LICENSE}[LICENSE] file for details
== Acknowledgments
* This project is in development