Skip to content

A resource for connecting women in technology with friendly and welcoming open source projects.

License

Notifications You must be signed in to change notification settings

CoralineAda/opensourceforwomen.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9193ba · Mar 19, 2019
Mar 19, 2019
Jan 29, 2014
Mar 19, 2019
Oct 3, 2015
Sep 8, 2015
Sep 6, 2015
Aug 31, 2015
Oct 7, 2015
Sep 16, 2015
Jan 29, 2014
Sep 7, 2015
Sep 8, 2015
May 26, 2016
Mar 19, 2019
Mar 19, 2019
Jan 21, 2014
Sep 6, 2015
Aug 14, 2017
Jan 29, 2014
Sep 8, 2015
Jan 29, 2014

Repository files navigation

os4w.org

A resource for connecting women and non-binary people in technology with friendly and welcoming open source projects.

To install and run the application locally

Pre-requisites

  • Postgres (OSX users can run brew install postgresql)
  • bundler (gem install bundler)
  • Ruby 2.2.1

Environment variables

Create a .env file in the root folder, and add the following keys. For development purposes, the values don't really matter.

ADMIN_EMAIL=foo
MAILCHIMP_LIST_ID=foo
MAILCHIMP_API_KEY=foo
SENDGRID_USERNAME=foo
SENDGRID_PASSWORD=foo
GITHUB_USER=foo
GITHUB_TOKEN=foo

Installation

  • bundle install
  • (start your Postgres db)
  • rake db:create (TODO: create seed data)
  • (remember to migrate which in a Rails 4 app is rake db:migrate)

To create an initial admin user, fire up rails c and do the following:

u = User.create(username: "Whatever", password: "foo123456", email: "me@domain.org", password_confirmation: "foo123456")
u.activate!
u.is_admin = true
u.save

Running the server

  • rails s

Code of Conduct

This project is governed by the Contributor Covenant. All participants agree to abide by its rules. For more information, see CODE_OF_CONDUCT.md

Contributing

Everyone is welcome to contribute to the project by creating issues or sending pull requests. If you plan on sending a pull request, take a look at the following github articles:

About

A resource for connecting women in technology with friendly and welcoming open source projects.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published