Skip to content

johndeng/zerqu

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.0%
  • HTML 7.2%
  • CSS 1.5%
  • Other 1.3%