johndeng / zerqu

ZERQU is a content-focused API-based platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zerqu

Zerqu is a forum library that provides APIs to create topics, comments and etc.

Development

Prerequests:

  1. VirtualBox
  2. Vagrant: https://www.vagrantup.com/downloads.html
  3. Ansible: pip install ansible

Install ansible roles:

$ make install-ansible-roles

Setup vagrant development:

$ vagrant up
$ vagrant ssh

Install python requirements in vagrant and create database:

$ cd /vagrant
$ make install
$ make database

Run app server in vagrant /vagrant directory:

$ make run

Visit: http://192.168.30.10:5000/

About

ZERQU is a content-focused API-based platform.

License:Other


Languages

Language:Python 90.0%Language:HTML 7.2%Language:CSS 1.5%Language:JavaScript 0.7%Language:Makefile 0.4%Language:Mako 0.2%