Giter VIP home page Giter VIP logo

baltimore_public_art_commons's Introduction

Baltimore Public Art Commons

[![Build Status] (https://travis-ci.org/BaltimorePublicArtCommons/baltimore_public_art_commons.svg?branch=master)] (https://travis-ci.org/BaltimorePublicArtCommons/baltimore_public_art_commons) [Code Climate] (https://codeclimate.com/github/BaltimorePublicArtCommons/baltimore_public_art_commons)

Baltimore Public Art Commons is an open source platform to collect and distribute information about public art and monuments throughout Charm City.

Configuring Your Development Environment

The project is built using Ruby on Rails. The following instructions assume your system is configured to run Ruby, Rails, and its dependencies.

  1. Clone the project
`git clone [email protected]:BaltimorePublicArtCommons/baltimore_public_art_commons.git`
  1. Navigate to the project directory
`cd baltimore_public_art_commons`
  1. Install gems

bundle install

*You will need to use the same version of Ruby as the project. The project's Ruby version is defined in the `.ruby-version` file.*

*The install will fail if you don't have Postgres installed and running.*
  1. Copy database config
`cp config/database.yml-example config/database.yml`

and update the file with your database credentials.

  1. Setup databases
```
rake db:create:all
rake db:migrate
rake db:test:prepare
```

Optionally, load seed data.

`rake db:seed`
  1. Set the application's secret_key_base
From the command line, run `rake secret`. Then, copy the string output and set it as an environment variable called `bpac_secret_key_base`.
  1. Start the app!
`rails s`

Contributing

Contact the project organziers if you'd like to contribute to the project.

baltimore_public_art_commons's People

Contributors

alimi avatar solipet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.