This repository was archived by the owner on Apr 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 255
Common Issues
warpling edited this page Oct 20, 2014
·
11 revisions
Note: If you run across any issues getting OpenFarm up and running and solve them please help others by taking a minute to add your instructions, workaround, StackOverflow links, etc here.
##Gem/Bundle Issues
-
An error occurred while installing libv8 (3.16.14.3), and Bundler cannot continue.
- If you are running OSX Mavericks or Yosemite (10.9 or 10.10)
therubyracer
gem can have trouble installing its dependencylibv8
.Explicitly building this version of the libv8 gem can help, as explained on this StackOverflow post.Try runningbundle update libv8
before runningbundle install
.
- If you are running OSX Mavericks or Yosemite (10.9 or 10.10)
##Server Errors
-
500 Internal Server Error
- 500 errors can happen for a myriad of reasons. If you just started running a server by executing
rails s
and are immediately getting this error, it's likely your mongo database is not running. Start the database by manually runningmonogod -dbpath db
in your OpenFarm directory, or better yet, if you use Homebrew runbrew services start mongodb
. To see your list of currently running brew background services runbrew services list
.
- 500 errors can happen for a myriad of reasons. If you just started running a server by executing
About OpenFarm
Development
- How to Contribute to OpenFarm
- Code of Conduct
- How to Install & Run OpenFarm on an OS X system and on an Ubuntu System
- Troubleshooting Common Issues
- How to Set Up an Amazon S3 Bucket for Use with OpenFarm
- Modular CSS
- The OpenFarm API and API Documentation
- How to Use Docker and Fig
Deployment
Reference