Ok, here goes. In a previous question, I had asked how to set up a rails 4 app from github to web faction. I was successful after doing several things.
Here's that question.
Part II of this whole process, is I am having errors AFTER deployment.
Here's the site I'm referencing.
Here's the repository on github that I am pulling from for deploying.
Here's the steps I took to deploy:
1) followed the rails documentation on webfaction's how to.
2) Added ssh forward agent and the appropriate keys to GitHub to use my local ssh keys for deployment.
3) Changed the appropriate forward agent status to yes in the nginx.conf file.
4) run Cap deploy... moves files to appropriate folder within application.
5) go to celebritypettingzoo.com (just a placeholder till i get the site up and running.) get the error seen there.
6) run rake db:migrate, nothing happens.
7) come back today, try and run it again, and then unable to because of this error:
"ERROR: While executing gem ... (Errno::EACCES) Permission denied - /home/jaronoff/webapps/gems"
8) Set up a database and change my database.yml
file to point to the new database that's referenced here.
9) Go to step 6 in "Installing Multiple Gems with Bundler" and get the same error from step 7) above.
So, my questions:
Thank you in advance for the help! I'm new to all this, but learning a lot! :)
I was actually able to accomplish this task, by redoing the deployment in a brand new rails application on the server!