Giter Site home page Giter Site logo

iconsultor's Introduction

Rails 4 Sample Consulting App

The easiest way to install this application is to clone on your computer, and then push to any PAAS Service.

Considerations

These are some special considerations you may need to keep in mind when running your application .

Database

Your application is configured to use MYsql 5.5 database

bundle install

Use the command above if you want to install gems

Assets

Your application is set to precompile the assets every time you push

By adding disable_asset_compilation marker, you will disable asset compilation upon application deployment.

Security

Since these quickstarts are shared code, we had to take special atention.

If you do so, run your application under 'development' mode. In development mode, your application will:

  • Show more detailed errors in browser
  • Skip static assets (re)compilation
  • Skip web server restart, as the code is reloaded automatically
  • Skip bundle command if the Gemfile is not modified

Manual Installation

VER DEMO / SEE DEMO

  1. git clone

  2. cd iconsultor

  3. bundle install

  4. rake db:migrate

Add database support to your application mysql-5.5 for production , on development, use sqlite3

  1. rails server

  2. That's it! Enjoy your new Rails application!

License

This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)

iconsultor

iconsultor's People

Contributors

mfojtik avatar clio19 avatar vbalazs avatar petrblaho avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.