mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Update README for GitLab
This commit is contained in:
parent
d43b88d358
commit
08e71c73a0
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
||||||
# :framed_picture: :wave: GalleryShare
|
# :frame\_with\_picture: :wave: GalleryShare
|
||||||
A simple program to share a directory of pictures and / or recursively. Inspired by [netham91/Quick-Share](https://github.com/netham91/Quick-Share).
|
A simple program to share a directory of pictures and / or recursively. Inspired by [netham91/Quick-Share](https://github.com/netham91/Quick-Share).
|
||||||
|
|
||||||
## :package: Getting Started
|
## :package: Getting Started
|
||||||
To get started, head over to the [releases](https://github.com/sbrl/GalleryShare/releases/) page and download the latest release.
|
To get started, head over to the [releases](https://github.com/sbrl/GalleryShare/releases/) page and download the latest release.
|
||||||
|
|
||||||
|
A solution for on GitLab are a work in progress, as there isn't currently a way to upload binaries. ([Git LFS](https://git-lfs.github.com/) is one such solution under investigation). For now, download from the GitHub release.
|
||||||
|
|
||||||
If you're on Linux or Mac, you'll need to install the [mono](http://www.mono-project.com/) runtime. Debian users can simply execute `sudo apt install mono-runtime` - users of other distributions can just substitute `apt` for their own package manager :smiley_cat:
|
If you're on Linux or Mac, you'll need to install the [mono](http://www.mono-project.com/) runtime. Debian users can simply execute `sudo apt install mono-runtime` - users of other distributions can just substitute `apt` for their own package manager :smiley_cat:
|
||||||
|
|
||||||
If you're on Windows, you'e already got everything installed that you need, though it should be noted that due to a ridiculous quirk in the way `System.Net.HttpListener` works, you'll need to run GalleryShare as an administrator! If you use the mono runtime (Yes, it is available for Windows too!), you shouldn't experience this problem though.
|
If you're on Windows, you're already got everything installed that you need, though it should be noted that due to a ridiculous quirk in the way `System.Net.HttpListener` works, you'll need to run GalleryShare as an administrator! If you use the mono runtime (Yes, it is available for Windows too!), you shouldn't experience this problem though.
|
||||||
|
|
||||||
Once you've got yourself setup, simply execute `GalleryShare.exe`, and it'll start the GalleryShare server. Type `./GalleryShare.exe --help` to learn more about the different options provided, such as a way to change the port GalleryShare listens on, or the directory GalleryShare serves from.
|
Once you've got yourself setup, simply execute `GalleryShare.exe`, and it'll start the GalleryShare server. Type `./GalleryShare.exe --help` to learn more about the different options provided, such as a way to change the port GalleryShare listens on, or the directory GalleryShare serves from.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue