Skip to content
/ FyPress Public
forked from Fy-/FyPress

FyPress is a mini CMS in Python based on Flask and Jinja2. THIS PROJECT IS DEAD FYBB WILL BE PUBLISHED SOON(ISH) (December 2018)

License

Notifications You must be signed in to change notification settings

vv3g/FyPress

 
 

Repository files navigation

THIS PROJECT IS DEAD FYBB WILL BE PUBLISHED SOON(ISH) (December 2018)

FyPress (Still in development)

irc #fy

FyPress is a mini CMS in Python based on Flask and Jinja2, aimed to easily deploy content-managed websites through organized articles and pages, using simply HTML.

FyPress

Install FyPress

git clone git@github.com:Fy-/FyPress.git
cd FyPress
virtualenv env
source env/bin/activate
(env) pip install -r requirements.txt

Edit your configuration file (config.py)

(env) python manager.py init_db
(env) python manager.py init_fypress --login=yourLogin --email=your@email.tld --passwd=yourPassword

(env) python run.py

Build your website http://127.0.0.1:5000 & http://127.0.0.1:5000/admin/

License

This project is licensed under the MIT license, see LICENSE for more details.

About

FyPress is a mini CMS in Python based on Flask and Jinja2. THIS PROJECT IS DEAD FYBB WILL BE PUBLISHED SOON(ISH) (December 2018)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.9%
  • Python 40.1%
  • JavaScript 10.8%
  • CSS 6.9%
  • Shell 0.3%