GithubHelp home page GithubHelp logo

otiai10 / ironzebra Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hermanschaaf/ironzebra

0.0 3.0 0.0 182 KB

Source code for the IronZebra.com site, written in Golang

License: MIT License

ironzebra's Introduction

IronZebra

A blog engine written in Go, based on the Revel framework. It's nice and fast, and a fun experiment! You can see it live on the IronZebra site.

Features

This will be a growing feature list. If you feel like it's lacking something important to you, please feel free to fork and make pull requests!

  • Markdown posts
  • Uses MongoDB for storage
  • A simple admin interface
  • Deploys effortlessly to Heroku

Important things that are still lacking: post tags, template caching, image uploads and storage, multiple authors.

Running on Heroku

To get this running on Heroku, I had to run one extra command not given in the Revel docs:

heroku config:set BUILDPACK_URL=https://github.com/hermanschaaf/heroku-buildpack-go-revel.git

The original Revel URL didn't work, it ran into this problem:

github.com/robfig/revel/cache/inmemory.go:5:2: cannot find package "github.com/robfig/go-cache" in any of:
...
!     Push rejected, failed to compile Revel app

I fixed it in my branch of the Revel heroku repository, so updating the buildpack URL to my repo fixes the problem.

Once you have set this, you can follow the normal heroku deployment steps.

If it's the first time:

heroku git:remote -a falling-wind-1624

otherwise just commit your changes to git and run

git push heroku master

ironzebra's People

Contributors

hermanschaaf avatar

Watchers

James Cloos avatar Hiromu OCHIAI avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.