-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hosting for OSB Volunteer app #31
Comments
@ChrisFreeman notes that he wants both "dev" and "production" environments. |
I think I have a server set up with all the infrastructure to run the volunteer app, but I need a little more information to complete the config:
If you want to jump in and start trying to get things configured, here's some info to get you started: Server InfoYou should be able to ssh in to I've got a basic Django "Hello World" app running there now, which you can access at http://volunteer-new.opensourcebridge.org. This app will be overwritten when you deploy the real volunteer app there. The app is running behind nginx, using uWSGI as the application server. You can restart it by touching the uwsgi config at Logs for this app from both uWSGI and nginx can found in Deployment SetupTo get your app set up for deployment with Capistrano:
ConfigurationProduction settings are managed by linking in a production-specific Django settings module at deploy time. For the demo app, this file is located at You'll want to make a new directory in uWSGI runs the app in an environment with |
Thanks! I really appreciate all the work you've put into it! I'll check it On Monday, May 18, 2015, Reid Beels [email protected] wrote:
|
This is all set up on the osbridge server, but the volunteer app never actually got up and running there. For 2016, this would require coordination with @ChrisFreeman to see if it's still relevant. |
We need to set up server space for the OSB volunteer app, either on a rebuilt
arroway
or on a new machine. @reidab needs to coordinate with @ChrisFreeman about what needs to be installed for this app to work.The text was updated successfully, but these errors were encountered: