项目作者: Oshuma

项目描述 :
Tablet-first comic reader
高级语言: Ruby
项目地址: git://github.com/Oshuma/comics.git
创建时间: 2016-09-05T02:07:18Z
项目社区:https://github.com/Oshuma/comics

开源协议:

下载


Comics

Web based, tablet-first comic reader.

Groups
Group
Page

Development Setup

Local development is done with Docker Compose and uses the ruby:alpine and postgres:alpine repos.
Make sure you have Docker Compose installed, then run:

  1. $ docker-compose up

Once both containers are running (web and db), run the setup helper:

  1. $ docker-compose run --rm web ./bin/setup

There’s a wrapper script web.sh that can be used to run commands in the web container:

  1. $ ./bin/web.sh rake routes

Use

After the containers are running and the app is setup, hit http://localhost:3000 in your browser and you should be redirected to the initial User setup.
This will setup an admin account, which you can later use to add more users, etc.