Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

oestrich/raisin

Repository files navigation

Raisin

Raisin

Raisin is the moderation tool for Gossip.

Server

Requirements

This is only required to run Grapevine itself, the server.

  • PostgreSQL 10
  • Elixir 1.7.2
  • Erlang 21.0.5
  • node.js 8.6

Setup

mix deps.get
mix compile
cd assets && npm install && node node_modules/brunch/bin/brunch build && cd ..
mix ecto.reset
mix phx.server

This will start a web server on port 4003. You can now load http://localhost:4003/ to view the application.

Running Tests

MIX_ENV=test mix ecto.create
MIX_ENV=test mix ecto.migrate
mix test

Colors

  • Golden Yellow: #FFCE00

About

Moderation tools for the Gossip Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published