Skip to content

sebbekarlsson/nilms

Repository files navigation

nilms

A content management system with built-in on-sight page editing that does as little as possible.

How it works

  • 0 Create a theme. how to create a theme
  • 1 In your config.json, specify where your theme is by changing the theme_dir value.
  • 2 Login and start creating pages.

Installation

Requirements:

  • python 2.7
  • a running instance of MongoDB

First, let us create a config file:

cp config.example.json config.json

Edit it using your favourite editor.

Create a virtualenv

virtualenv -p /usr/bin/python2.7 ./venv

# source it
source ./venv/bin/activate

Install nilms

Run the setup:

python setup.py develop

Run the initialization:

nilms-init

This will create the administrator and insert default data.

Start the application

python web.py

Now visit http://localhost:5000/admin

The login credentials is in your config.json

About

📝 A content management system with built-in on-sight page editing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors