Skip to content

Location app for women poetry slammers in the German speaking scene

License

Notifications You must be signed in to change notification settings

rubymonsters/slam-alphas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe35f92 · Aug 4, 2022
Aug 4, 2022
Jan 5, 2022
Jan 5, 2022
Aug 4, 2022
Jan 5, 2022
Dec 7, 2017
May 9, 2016
Sep 9, 2021
Jul 30, 2021
Jan 5, 2022
May 9, 2016
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Oct 17, 2016
Aug 4, 2022
Nov 20, 2017
Aug 4, 2022
Aug 4, 2022
Aug 28, 2017
Aug 22, 2016
Aug 27, 2019
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jul 30, 2021
Aug 4, 2022
Jan 5, 2022
Aug 4, 2022

Repository files navigation

Slam Alphas App

Build Status Stories in Ready

This repo is the open source code for the interactive map of Slam Alphas, a collective of women poetry slam artists in Germany, Austria and Switzerland.

For a project overview of the Github issues, please refer to our Waffle Board.

Requirements

Development

Ruby 2.6.0, Postgres

Production

Ruby 2.6.0, Postgres and Redis

Credentials for production

env.SAMPLE and .env

  1. copy the env.SAMPLE into your .env like this $cp env.SAMPLE .env
  2. after the creation of the .env file fill in your credentials and comment out all the parts you are currently not using
  3. in order to get the production credentials for your .env file you could for example run in the terminal (make sure to be in the project directory: $ heroku config -> This should then show you the credentials that is associated with our current production database configs on heroku
  4. now make sure to not check this file into git by putting .env to the file .gitignore
  5. Some gems require to load the credentials first before they can execute (e.g. fog/aws), means we need to make sure the .env file is loaded before those gems are running, e.g. by using a gem like dotenv

Running it locally

Clone this repo and cd into it.

Run $ bundle install to install dependencies.

Run $ rake db:setup to create and seed the database and run migrations. If you get an error make sure you have Postgres installed and running. Maybe you also need to check credentials in config/database.yml.

Run $ rails s to start the local development server.

About

Location app for women poetry slammers in the German speaking scene

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published