Skip to content

conferencesapp/rubyconferences-server

Folders and files

NameName
Last commit message
Last commit date
Nov 19, 2016
Apr 19, 2015
Nov 19, 2016
Nov 19, 2016
Jul 16, 2016
Apr 18, 2015
Nov 19, 2016
Apr 18, 2015
Jul 24, 2015
Nov 19, 2016
Oct 18, 2015
Apr 18, 2015
Nov 19, 2016
Mar 4, 2020
Jun 17, 2015
Apr 19, 2015
Jun 17, 2015
Sep 1, 2016
Apr 18, 2015
Sep 28, 2015
Apr 18, 2015

Repository files navigation

Rubyconferences

Getting Started

After you have cloned this repo, run this setup 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 Ruby, Postgres, etc. If not, set up your machine with this script.

After setting up, you can run the application using foreman:

% foreman start

If you don't have foreman, see Foreman's install instructions. It is purposefully excluded from the project's Gemfile.

Guidelines

Use the following guides for getting things done, programming well, and programming in style.

#License

Copyright (c) 2015 Rashmi Yadav

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.