Adaptación del Docker publicado en https://git.sindominio.net/gancio/docker-gancio para su uso en Estibadores
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
462 B
462 B
Golang Gancio Installer
Crea el fichero config.json en el el directorio /data/config.json a través de un formulario.
Build
GNU/Debian
$ sudo apt install golang
$ go get .
$ go build -o gancio-installer
Run
Requiered:
- Permission write permission on /data/
- Default port: 8080
$ ./gancio-installer
Links
https://gowebexamples.com/forms/ https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/04.1.html