An open API service indexing awesome lists of open source software.

https://github.com/faustinoaq/gestor

Simple webapp for publishing content
https://github.com/faustinoaq/gestor

cms experiment

Last synced: over 1 year ago
JSON representation

Simple webapp for publishing content

Awesome Lists containing this project

README

          

# Gestor

[![Build Status](https://travis-ci.org/faustinoaq/gestor.png?branch=master)](https://travis-ci.org/faustinoaq/gestor)

**Gestor** is a simple web application for publishing content build in Python.

Working in a new version...

![I'm here](https://raw.github.com/faustinoaq/gestor/master/static/img/logo.png "Gestor logo")

## Features

- Tags
- Login
- Search
- Comments
- Markdown
- Multiple languages

## Requirements

- Python 2.7
- PIP

## Install

Install Dependencies.

```
pip install -r requirements.txt
```

Run Gestor

```
python main.py 127.0.0.1:8000
```