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.

23 lines
646 B

9 years ago
  1. Linx Server
  2. ======
  3. Soon-to-be opensource replacement of Linx
  4. **Please do not use yet! Consider it in pre-alpha development stages.**
  5. Build & Run
  6. ----------------
  7. 1. ```go get -u github.com/andreimarcu/linx-server ```
  8. 2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ```
  9. 3. ```go build && ./linx-server```
  10. By default linx will bind to ```http://127.0.0.1:8080/```, use the "files/" files directory and the "linx" sitename.
  11. Configurable flags can be found in ```server.go```.
  12. TODO
  13. --------
  14. Please refer to the [main TODO issue](https://github.com/andreimarcu/linx-server/issues/1)
  15. Author
  16. -------
  17. Andrei Marcu, http://andreim.net/