Skip to content

Python3pkg/PostFlow

 
 

Repository files navigation

PostFlow

PostFlow is A simple, powerful publishing platform.

Feature

  • Admin Interface
  • Support Markdown
  • Support Custom Theme
  • Command Line Interface

Quickstart

  • Install pip install postflow
  • Initialize PostFlow
    • postflow init
  • Run PostFlow in the production mode. Default port is 8000
    • postflow start

Developer Install

  • Create a virtualenv
  • Install dependencies and PostFlow
    • make install
  • Initialize PostFlow
    • postflow init
  • Run the development server
    • make server run or postflow run
  • Visit home page localhost:5000 and admin panel localhost:5000/admin
  • Run the Admin Panel in the development mode.
    • make admin-serve
  • Visit the Admin Panel localhost:8080
  • Run PostFlow in the production mode. Default port is 8000
    • postflow start

About

A simple, powerful publishing platform. Developing...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.1%
  • Vue 35.6%
  • JavaScript 12.6%
  • CSS 6.3%
  • Smarty 0.3%
  • HTML 0.3%
  • Other 0.8%