Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.41 KB

Vesta

Welcome to Vesta, a web app that manages the housing process for Yale's residential colleges.

View on GitLab.

Getting Started

After you have cloned this repo, run this script to set up your machine with the necessary dependencies to run and test this app:

% ./bin/setup

It assumes you have a machine equipped with certain development tools. If not, you can set up your machine with this script. You may find Ruby, Git, Postgres, Bundler, and Homebrew (for macOS) most useful. We suggest using rbenv if you need multiple concurrent versions of Ruby installed.

After setting up, you can run the application using Rails server:

% bin/rails server

Your app will be accessible at:

[TENANT].lvh.me:3000

Where [TENANT] is the subdomain of a given "tenant" or college (by default this should be set to silliman).

License

Licensed under the GNU GPLv3.

Support

If you have trouble or questions about this application, email the managers of the Student Developer & Mentorship Program at dev-mgt@yale.edu.