Henry7871 / jrcms

A sample CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a sample Jiangren CMS.

Pre-requiste

  1. Install docker-compose
  2. Install docker

Run locally

docker-compose up

Access via http://127.0.0.1

Development

docker-compose up
cd app
pip install -r requirements.txt

Open the project in your IDE (e.g. vscode) and run app.py.

Access via http://127.0.0.1:8080

About

A sample CMS

License:MIT License


Languages

Language:Python 52.4%Language:HTML 34.5%Language:JavaScript 6.5%Language:Shell 4.0%Language:Smarty 1.3%Language:Dockerfile 1.3%