Lambda & local importer for jamtracks * # This is a combination of 9 commits. # This is the 1st commit message: inital attempt before upgrading Rails in lambda # The commit message #2 will be skipped: # unzip works # The commit message #3 will be skipped: # wip # The commit message #4 will be skipped: # Add in gemspec # The commit message #5 will be skipped: # wip # The commit message #6 will be skipped: # imported one locally # The commit message #7 will be skipped: # Add in jmep # The commit message #8 will be skipped: # add in some baked in env vars # The commit message #9 will be skipped: # ran a local container build finally * inital attempt before upgrading Rails in lambda * Minor tweak for docker usage case of lambda running in AWS/lambda |
||
|---|---|---|
| .. | ||
| config | ||
| db | ||
| lib | ||
| scripts | ||
| spec | ||
| .gitignore | ||
| .pg_migrate | ||
| .rspec | ||
| .ruby-gemset | ||
| .simplecov | ||
| Gemfile | ||
| Gemfile.alt | ||
| Gemfile.lock | ||
| LICENSE | ||
| README.md | ||
| Rakefile | ||
| build | ||
| jam_ruby.gemspec | ||
| jenkins | ||
| migrate.sh | ||
README.md
JamRuby
Environment
Create development database 'jam_ruby'
createdb jam_ruby
Once you've created your database, migrate it:
bundle exec jam_ruby up