rango

command module
v0.0.0-...-71c995c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2015 License: MIT Imports: 15 Imported by: 0

README

rango

A web frontend for hugo.

It's designed to make it easy to manage a small site, even for people with little computer experience.

File Browser

Text Editor

Installation

$ go get -u -v github.com/stayradiated/rango
$ cd $GOPATH/src/github.com/stayradiated/rango
$ cd admin
$ npm install
$ gulp
$ cd ..
$ go build
$ ./rango

Using with Apache

Based on this tutorial.

  1. Create a folder named admin or rango or whatever.
  2. Create a .htaccess inside that folder with the following content:
  3. Enable apache modules: proxy, proxy_http, rewrite
RewriteEngine on
RewriteRule ^(.*)$ http://localhost:8080/$1 [P,L]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL