You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-2Lines changed: 53 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,57 @@
1
1
# VServer
2
2
3
3
4
-
VServer opens a basic http server in the desired folder. Very usefull to share files in a easy and fast way.
4
+
VServer opens an http server in the desired folder. Very usefull to share files in a easy and fast way.
5
+
Do you have a film in the computer and you want to watch it on the mobile phone? Just start Vserver in you computer and go to the given link with the mobile phone, you will have the film right there!
6
+
7
+
<ul>
8
+
<li>Start an http server through a clean and minimalist gui.</li>
9
+
<li>Use the command line options to start an http server through the console (type "com.github.bcedu.valasimplehttpserver --help" to learn more).</li>
10
+
<li>Choose the port where vserver listens through the gui.</li>
11
+
</ul>
12
+
13
+
<pfloat="left">
14
+
<imgsrc="/data/imgs/init.png"width="49%" />
15
+
<imgsrc="/data/imgs/sharing.png"width="49%" />
16
+
</p>
17
+
<pfloat="left">
18
+
<imgsrc="/data/imgs/browser.png"width="100%" />
19
+
</p>
20
+
21
+
VServer is "inspired" in the well known python SimpleHTTPServer.
22
+
23
+
24
+
## Installation
25
+
26
+
### Install .deb file
27
+
28
+
Comming soon.
29
+
30
+
### Elementary App Store
31
+
32
+
Download VServer through the elementary app store. It's always updated to lastest version.
33
+
Easy and fast.
34
+
35
+
### Manual Instalation
36
+
37
+
You will need the following packages, that can be installed through apt:
38
+
- gobject-2.0
39
+
- glib-2.0
40
+
- gtk+-3.0
41
+
- granite
42
+
- gee-0.8
43
+
- libsoup-2.4
44
+
45
+
Download last release (zip file), extract files and enter to the folder where they where extracted.
46
+
47
+
Install your application with the following commands:
48
+
- meson build --prefix=/usr
49
+
- cd build
50
+
- ninja
51
+
- sudo ninja install
52
+
53
+
DO NOT DELETE FILES AFTER MANUAL INSTALLATION, THEY ARE NEEDED DURING UNINSTALL PROCESS
Copy file name to clipboardExpand all lines: data/com.github.bcedu.valasimplehttpserver.appdata.xml
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,8 @@
8
8
<name>VServer</name>
9
9
<summary>Acces to your files from any device in the same network</summary>
10
10
<description>
11
-
<p>Acces to your files from any device in the same network with VServer!
12
-
</p>
13
-
<p>VServer opens an http server in a selected folder. You can acces to the files of the selected folder from any device in the same network by going to the given link.</p>
11
+
<p>VServer opens an http server in the desired folder. Very usefull to share files in a easy and fast way.
12
+
Do you have a film in the computer and you want to watch it on the mobile phone? Just start Vserver in you computer and go to the given link with the mobile phone, you will have the film right there!</p>
14
13
<p>It has been developed to follow the same behaviour than the wellknown python's simpleHTTPserver.
15
14
</p>
16
15
<p>It also works throught comand line options. Try typing 'com.github.bcedu.valasimplehttpserver --help' to learn more.</p>
0 commit comments