Giter Club home page Giter Club logo

mriveracrm's Introduction

Please pay a fee to use this software. The fee you pay can be negotiated and setup at www.mriveracrm.com. You can contact me by email at [email protected].

Michael Rivera, also known as Mike De La Loza, Owner

Deploying

Cut a release.

g frs v1.x

Fix any bugs. Do assets compilation and deploy, if assets have changed. Ensure amazon keys are defined in the environment, then run the assets deploy command.

RAILS_ENV=production rake assets:deploy  # this does an assets:precompile, too.

Commit manifest.

g add public/assets/manifest.yml
g ci -m "Updated manifest."

Don't mess up your dev machine.

rake assets:clean
g co .   # restore old manifest.

Fix any bugs....are you sure? Then finish release.

g frf v1.x
g push
g co develop # stay on develop branch

Both dev and master should go upstream.

cap production deploy:migrations

That's it. If you're sure you don't have migrations:

cap production deploy

If you have to, create any incoming Features as long as you have one MFE:

RAILS_ENV=production bundle exec rake data_migrations:ensure_features_exist

That command has to be run on production.

Restart production without deploying

cap production deploy:upstart_restart

Development

See doc/server_setup.md.

Run specs with Guard:

> bundle exec fine_grained_daemon.rb db/fineGrainedTest.db & # start FineGrained daemon on a test database.
> bundle exec guard

Start everyting:

> bundle exec foreman start

Start web server:

> bundle exec rails s

See doc/development.md.

Production config

See doc/server_setup.md.

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.