hunt3r / WebsiteMixer-App-Base

Python/Flask alternative to Wordpress and Drupal

Home Page:http://websitemixer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#WebsiteMixer-App-Base

A Python/Flask alternative to WordPress & Drupal

See the Changelog for more details.

Quick Start

I usually start with a new Ubuntu 14.04 or 16.04 server:

$ apt-get update && apt-get install git python-pip python-dev

$ cd /srv

$ git clone https://github.com/bderstine/WebsiteMixer-App-Base

$ cd WebsiteMixer-App-Base

$ pip install -r requirements.txt

$ ./run.py

Installation

NEW!! - This project now uses a web based installer/setup similar to WordPress!

Why?

I love WordPress and Drupal, but they can definitely be frustrating and have their own drawbacks. I used Django and it was a great toolset, but seemed like overkill for just building a basic website and made cloning websites and code bases a bit more difficult. So as I've been learning and working with Python more, I stumbled upon Flask, and completely fell in love.

To do

See the issues page if you're interested in contributing or helping!

Thanks for stopping by and visiting!

-Brad

About

Python/Flask alternative to Wordpress and Drupal

http://websitemixer.com

License:MIT License


Languages

Language:HTML 53.9%Language:Python 46.1%