Contains the Concourse pipeline definition for building a line-server container
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.

34 lines
924 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. Linx Server
  2. ======
  3. [![Build Status](https://travis-ci.org/andreimarcu/linx-server.svg?branch=master)](https://travis-ci.org/andreimarcu/linx-server)
  4. Soon-to-be opensource replacement of Linx
  5. **Please do not use yet! Consider it in pre-alpha development stages.**
  6. Build & Run
  7. ----------------
  8. 1. ```go get -u github.com/andreimarcu/linx-server ```
  9. 2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ```
  10. 3. ```go build && ./linx-server```
  11. By default linx will bind to ```http://127.0.0.1:8080/```, use the "files/" files directory and the "linx" sitename.
  12. Configurable flags can be found in ```server.go```.
  13. Development
  14. -----------
  15. Any help is welcome, PRs will be reviewed and merged accordingly.
  16. The official IRC channel is #linx on irc.oftc.net
  17. TODO
  18. ----
  19. Please refer to the [main TODO issue](https://github.com/andreimarcu/linx-server/issues/1)
  20. Author
  21. -------
  22. Andrei Marcu, http://andreim.net/