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

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