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.

62 lines
2.0 KiB

9 years ago
9 years ago
9 years ago
9 years ago
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 (media-sharing website)
  5. **Consider it in pre-alpha development stages.**
  6. Get release and run
  7. -------------------
  8. 1. Grab the latest binary from the [releases](https://github.com/andreimarcu/linx-server/releases)
  9. 2. Run ```./linx-server-v...```
  10. Command-line options
  11. --------------------
  12. - Specify what to bind to ```-b 0.0.0.0:8080```
  13. - Specify the sitename ```-sitename myLinx```
  14. - Specify the siteurl (for generating link) ```-siteurl "http://mylinx.example.org/"```
  15. - Specify the filespath (where files are uploaded to) ```-filespath files/"```
  16. - Specify the metapath (where metadata for files are stored) ```-metapath meta/```
  17. - Optionally: Specify to disable request logs in stdout ```-nologs```
  18. Development
  19. -----------
  20. Any help is welcome, PRs will be reviewed and merged accordingly.
  21. The official IRC channel is #linx on irc.oftc.net
  22. 1. ```go get -u github.com/andreimarcu/linx-server ```
  23. 2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ```
  24. 3. ```go build && ./linx-server```
  25. TODO
  26. ----
  27. Please refer to the [main TODO issue](https://github.com/andreimarcu/linx-server/issues/1)
  28. License
  29. -------
  30. Copyright (C) 2015 Andrei Marcu
  31. This program is free software: you can redistribute it and/or modify
  32. it under the terms of the GNU General Public License as published by
  33. the Free Software Foundation, either version 3 of the License, or
  34. (at your option) any later version.
  35. This program is distributed in the hope that it will be useful,
  36. but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. GNU General Public License for more details.
  39. You should have received a copy of the GNU General Public License
  40. along with this program. If not, see <http://www.gnu.org/licenses/>.
  41. Author
  42. -------
  43. Andrei Marcu, http://andreim.net/