command
module
Version:
v0.0.0-...-c669f85
Opens a new window with list of versions in this module.
Published: Dec 8, 2015
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Eagleslist-server
The web backend for Eagleslist
How to build this code on your server
This code was build on Ubuntu 14.04 and is not guanteed to run on another version of Linux (but it should)
- Install golang on your server
- Install postgresql on your server, at version 9.3.9 or newer
- Create a postgres user called appuser that is not a super user that has a password. Record the password somewhere you can find it.
- Run
go get -u github.com/5-bit/eagleslist-server
to fetch this project and all of it's dependencies
- Run the SQL code in schema.sql as the postgres user
- Run go build
- Run
sudo setcap 'cap_net_service=eq' ./eaglelist
to allow eaglelist bind to low ports, like 80
- Run
nohup ./eaglelist &
to start the server.
- Fin.
Documentation
¶
TODO: Separate routes out into other fuctions and so on.
TODO: Separate routes out into other fuctions and so on.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.