Skip to content

lisovskey/crowdfach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68f35e9 · Jan 14, 2021

History

49 Commits
May 30, 2018
Sep 6, 2017
Mar 14, 2018
May 29, 2018
Jan 19, 2018
Jan 19, 2018
Jan 19, 2018
Jan 19, 2018
May 26, 2019
Jan 14, 2021
Jan 19, 2018
Jan 19, 2018
Jan 19, 2018
Jan 19, 2018
Jan 19, 2018
Mar 14, 2018

Repository files navigation

Crowdfach of the Net

Getting Started

First clone the repository:

$ git clone https://github.com/lisovskey/crowdfach.git

Be sure that you have ruby 2.4+ and bundler installed.

Then go ahead and update the gems:

$ cd crowdfach
$ bundle

If it fails seems to be you have a problem with PostgreSQL. To solve it install postgresql if you haven't, start server and create superuser crowdfach.

Create and fill database:

$ rails db:create db:migrate
$ rails db:seed

Get it started:

$ rails s

Congratulations, you've discovered darknet.

Copyright 2017-2018 lisovskey