Skip to content

AgileVentures/setup-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

setup-scripts

Contains shared setup scripts for AgileVentures projects

rails_setup.sh

source ./scripts/rails_setup.sh

This script sets up the environment with a basic Rails setup, which is commonly used throughout AgileVentures projects. This includes the following tools:

  • $REQUIRED_RUBY - specifies the required ruby version
  • $GEMSET - names the gemset to be used
  • $SKIP_BUNDLE - if set, will skip bundle install
  • $SKIP_MIGRATIONS - if set, will skip migrations
  • $WITH_PHANTOMJS - if set, will install phantomjs

This script assumes you have PostgreSQL all set up, if you don't know how to set it up, please refer to this guide

About

Contains shared setup scripts for AgileVentures projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages