$ git checkout master
$ git pull upstream master
$ git checkout faqpage
Set up instructions for https://github.com/ericmathison/recycling_prices
Sign up at www.atlantic.net (Select the Ubuntu 14.04 LTS operating system option). Atlantic.net provides virtual private server (VPS) hosting for about $1 a month so it's a great option if you are learning how to set up a Rails application on a production server. Unlike Heroku, you will have full control over the server. At some point in your application's lifetime this may become important to you if you want to make customizations Heroku isn't capable of. Unless future limitations aren't a concern AND you don't want to learn how to set up a virtual private server, I wouldn't suggest using Heroku. The setup process below would be very similar for any of the other big hosting options like Amazon's EC2, DigitalOcean, etc.
Confirmation email will have log in instructions with IP, password and username.
Some of the commands below are run on the remote machine and others on your local development machine. I will prefix each command with on
PART 2 | PART 3 | PART 4 | NOTES | SHARE YOUR PROJECT
https://jira.library.ucla.edu/browse/URS-388
https://github.com/UCLALibrary/ursus/compare/smoketests
https://github.com/UCLALibrary/ursus/pull/441/files
https://en.wikipedia.org/wiki/Software_testing
A minimal set of tests that determine whether the deployed build is stable or not.
They are used to catch the high-level functional errors in an application.
Welcome to the amalgamated-samvera wiki!
- Docker https://github.com/UCLALibrary/amalgamated-samvera/wiki/Docker-Setup-for-Californica-&-Ursus
- Native-style - Use this if you are comfortable setting-up your own rails environment; this is the standard within the community and expected if you attend the advanced Samvera camp.