Skip to content

This application provides a space for people to imagine and share what they would like to accomplish in their lifes if basic economic security was not bound to a job.

Notifications You must be signed in to change notification settings

strehlst/what-would-you-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40fe89a · Apr 20, 2019
Apr 20, 2019
Mar 5, 2018
Apr 14, 2018
Apr 9, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Apr 11, 2018
Feb 28, 2018
Apr 9, 2018
Mar 21, 2018
Apr 19, 2018
Apr 19, 2018
Mar 3, 2018
Apr 20, 2019
Apr 20, 2019
Apr 20, 2019
Mar 1, 2018
Apr 19, 2018
Mar 2, 2018
Mar 14, 2018
Mar 5, 2018
Mar 2, 2018
Mar 3, 2018
Feb 28, 2018
Apr 19, 2018

Repository files navigation

CircleCI Maintainability Test Coverage

What would you do if your income were taken care of?

Synopsis

This application provides a space for people to imagine and share what they would like to accomplish in their lives if basic economic security was not bound to a job.

Setup

Postgres Database

Install Postgres 10.2 locally. Then create a user and two databases as follows.

$ psql postgres
> CREATE ROLE whatwouldyoudo PASSWORD 'whatwouldyoudo' NOSUPERUSER CREATEDB NOCREATEROLE INHERIT LOGIN;
> CREATE DATABASE whatwouldyoudo OWNER whatwouldyoudo;
> CREATE DATABASE whatwouldyoudo_test OWNER whatwouldyoudo;

Sidekiq and Redis for ActiveJobs

In order to use ActiveJobs, you need to have a redis server and the sidekiq service running like so:

$ redis-server
$ sidekiq --config sidekiq.yml default -q mailers -q system

About

This application provides a space for people to imagine and share what they would like to accomplish in their lifes if basic economic security was not bound to a job.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published