Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
/ FyPress Public archive

FyPress is a mini CMS in Python based on Flask and Jinja2. THIS PROJECT IS DEAD- Working on a new version: https://github.com/Fy-/Naginie

License

Notifications You must be signed in to change notification settings

Fy-/FyPress

Repository files navigation

THIS PROJECT IS DEAD: Working on a new version: Naginie

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- Working on a new version: https://github.com/Fy-/Naginie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published