essoen / simple-blog

A simple blog application written in Meteor

Home Page:http://svorstol.com/simple-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-blog

A simple blog and CMS, built with Meteor. Uses meteor-roles, iron-router, Froala Editor and Bootstrap.

Can be seen live at svorstol.com/simple-blog. If you want to try posting, you can log in with admin@example.com and the password orange1.

Installation

  1. Install Meteor
  2. Get all the files and start the server:
$ git clone git@github.com:essoen/simple-blog.git
$ cd simple-blog
$ meteor

Deployment

We use Docker for simplicity. Clone the repo with docker pull essoen/simple-blog, and simply run the image with

docker run -d \
    -e ROOT_URL=http://yourdomain.com \
    -e MONGO_URL=mongodb://url \
    -e MONGO_OPLOG_URL=mongodb://oplog_url \
    -p 8080:80 \
    essoen/simple-blog

To start both a Mongo-instance and the app, we use Compose. Run docker-compose up.

About

A simple blog application written in Meteor

http://svorstol.com/simple-blog


Languages

Language:JavaScript 51.0%Language:HTML 47.1%Language:CSS 1.9%