https://github.com/mpdavis/flog
An easy to deploy, hackable blog based on Flask and MongoDB
https://github.com/mpdavis/flog
Last synced: 3 months ago
JSON representation
An easy to deploy, hackable blog based on Flask and MongoDB
- Host: GitHub
- URL: https://github.com/mpdavis/flog
- Owner: mpdavis
- Created: 2013-10-02T06:30:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-11T00:08:50.000Z (over 11 years ago)
- Last Synced: 2025-01-11T19:50:49.334Z (5 months ago)
- Language: Python
- Homepage:
- Size: 26 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flog
Flog is an easy to deploy hackable blog built with Flask and MongoDB. Using Heorku, you can get a blog set up in minutes.
### Pre-requisites
1. Heroku account and a new application with the MongoLab add-on
2. Python and preferrably VirtualEnv installed locally.### Getting Started
Note: These instructions are still being developed.
1. Clone the flog repo
git clone https://github.com/mpdavis/flog.git
2. Edit the `blog/settings.py` with appropriate information
3. Push the code to Heroku to deploy