Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.79 KB

README.md

File metadata and controls

75 lines (60 loc) · 2.79 KB

golang.mx

Código fuente del sitio del grupo de usuarios Go en México.

Instalación

Antes de instalar, asegúrate de tener Go.

$ go version
go version go1.1.1 linux/amd64

Si no lo tuvieras instalado puedes revisar el tutorial que ponemos a tu diposición con instrucciones para tener las herramientas Go en tu ambiente de desarrollo.

A continuación descarga o compila Luminos (Nota: para que pueda ser instalado correctamente vía go get, es necesario que también tengas el control de versiones Baazar).

$ go get menteslibres.net/luminos

Clona el repositorio a tu directorio de trabajo (por ejemplo: ~/projects/golang.mx), si deseas puedes usar la URL de tu fork o jugar con git remote.

$ cd ~/projects
$ go get [email protected]:menteslibres/golang.mx.git
...
Resolving deltas: 100% (3/3), done.

El proyecto incluye un settings.yaml que puede ser cargado por Luminos, esta configuración pondrá a Luminos en modo standalone, por lo que no será necesario un servidor web adicional.

$ cd ~/projects/golang.mx
$ ls
markdown/  README.md  settings.yaml  site.yaml  templates/  webroot/
$ luminos -c settings.yaml run
...
2013/04/13 04:30:27 Routing: default -> .
2013/04/13 04:30:27 Starting HTTP server. Listening at 127.0.0.1:9100.

Finalmente, abre 127.0.0.1:9100 en tu navegador preferido y resuelve una tarea.

Copyright (c) 2013 Autores de golang.mx.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.