24 lines
646 B
Markdown
24 lines
646 B
Markdown
|
Linx Server
|
||
|
======
|
||
|
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```.
|
||
|
|
||
|
|
||
|
TODO
|
||
|
--------
|
||
|
Please refer to the [main TODO issue](https://github.com/andreimarcu/linx-server/issues/1)
|
||
|
|
||
|
Author
|
||
|
-------
|
||
|
Andrei Marcu, http://andreim.net/
|