ProfouzorsLinx/README.md

35 lines
924 B
Markdown
Raw Normal View History

2015-09-24 07:44:49 +02:00
Linx Server
======
2015-09-28 06:41:37 +02:00
[![Build Status](https://travis-ci.org/andreimarcu/linx-server.svg?branch=master)](https://travis-ci.org/andreimarcu/linx-server)
2015-09-24 07:44:49 +02:00
Soon-to-be opensource replacement of Linx
**Please do not use yet! Consider it in pre-alpha development stages.**
Build & Run
----------------
1. ```go get -u github.com/andreimarcu/linx-server ```
2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ```
3. ```go build && ./linx-server```
By default linx will bind to ```http://127.0.0.1:8080/```, use the "files/" files directory and the "linx" sitename.
Configurable flags can be found in ```server.go```.
2015-09-26 03:49:33 +02:00
Development
-----------
Any help is welcome, PRs will be reviewed and merged accordingly.
The official IRC channel is #linx on irc.oftc.net
2015-09-24 07:44:49 +02:00
TODO
2015-09-26 03:49:33 +02:00
----
2015-09-24 07:44:49 +02:00
Please refer to the [main TODO issue](https://github.com/andreimarcu/linx-server/issues/1)
Author
-------
2015-09-28 06:41:37 +02:00
Andrei Marcu, http://andreim.net/