FLiP.Earth - Website at FriendlyLinuxPlayers.org
Copyright © 2017 Stephan "DerRidda" Lanfermann and Andrew "HER0" Conrad
FLiP.Earth is the website for the Friendly Linux Players community. Features include being incomplete and having grand plans implied in the source code.
This code is freely available on
GitLab under the terms of
the GNU AGPL version 3. See LICENSE
for details.
In the future you will probably need PostrgeSQL.
We suggest exposing this to the internet via a reverse proxy, such as NGINX.
First download and install everything you'll need:
go get -u gitlab.com/friendlylinuxplayers/flip.earth
cd $GOPATH/src/gitlab.com/friendlylinuxplayers/flip.earth
dep ensure
Then build the project:
go build
Change things in config/config.json until perfection is reached.
By participating in this community, you agree to abide by the terms of our Code of Conduct.
If you have a bug to report, a feature request, or the desire to otherwise contribute, you may either submit an issue on GitLab or join us in the Matrix room for our website, at #website:flip.earth (our web client is available here).
For fixes that pass all tests, pull requests are accepted, but to avoid any wasted effort, please contact us before submitting a pull request with other changes.