项目作者: lisovskey

项目描述 :
Crowdfunding platform app
高级语言: Ruby
项目地址: git://github.com/lisovskey/crowdfach.git
创建时间: 2017-09-06T21:36:55Z
项目社区:https://github.com/lisovskey/crowdfach

开源协议:MIT License

下载


Crowdfach of the Net" class="reference-link">

Crowdfach of the Net

Getting Started

First clone the repository:

  1. $ 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:

  1. $ cd crowdfach
  2. $ 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:

  1. $ rails db:create db:migrate
  2. $ rails db:seed

Get it started:

  1. $ rails s

Congratulations, you’ve discovered darknet.