Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstacoder/flask-cms
a minimal CMS built on the pythonic MTV (model / template / view) pattern, implemented using the flask webframework
https://github.com/jstacoder/flask-cms
Last synced: 13 days ago
JSON representation
a minimal CMS built on the pythonic MTV (model / template / view) pattern, implemented using the flask webframework
- Host: GitHub
- URL: https://github.com/jstacoder/flask-cms
- Owner: jstacoder
- Created: 2014-06-12T16:40:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T02:37:47.000Z (over 5 years ago)
- Last Synced: 2024-10-08T06:13:30.425Z (about 1 month ago)
- Language: JavaScript
- Size: 5.6 MB
- Stars: 136
- Watchers: 12
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask CMS
## A full cms, implemented in python, built on top of [Flask-XXL](https://github.com/jstacoder/flask-xxl)
for documentation on layout, concepts etc.. see the [Flask-XXL wiki](https://github.com/jstacoder/flask-xxl/wiki)
__Templates__
__Blocks__
__Pages__
__Blogs__
__tags__
__Comments__to try it out just use docker-compose:
- first checkout the repo
- `git clone https://github.com/jstacoder/flask-cms.git && cd flask-cms`
- then build the app using docker compose
- `docker-compose build`
- then if this is the first time you've ran this you need to initalize your database
- `docker-compose run app /initalize.sh`
- and now you can go ahead and run the app
- `docker-compose up`
after a few seconds you should see:```bash
* Running on http://0.0.0.0:5000/
* Restarting with reloader
```then just connect to your docker ip address,
proably just localhost