Skip to content

Commit 49282e4

Browse files
committed
Released version 0.2
1 parent 84d0f32 commit 49282e4

20 files changed

+28
-7
lines changed

about.html

+13-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h3 class="muted">LXC Web Panel</h3>
5454
<hr>
5555

5656
<div class="row-fluid">
57-
<h2>LXC Web Panel <small class="muted">Version : 0.1</small></h2>
57+
<h2>LXC Web Panel <small class="muted">Version : 0.2</small></h2>
5858
<br />
5959
<h4>Credits</h4>
6060

@@ -71,6 +71,18 @@ <h4>Credits</h4>
7171

7272
<hr>
7373

74+
<h4>Contributors</h4>
75+
76+
<strong><a href="https://github.com/dz0ny">Janez Troha</a></strong>
77+
<br />
78+
<strong><a href="https://github.com/mkobel">Moritz Kobel</a></strong>
79+
<br />
80+
<strong><a href="https://github.com/AlexFinn">Alexander Ivanov</a></strong>
81+
<br />
82+
<strong><a href="https://github.com/sergey-dryabzhinsky">Sergey Dryabzhinsky</a></strong>
83+
84+
<hr>
85+
7486
<h4>Frameworks</h4>
7587

7688
<ul>

faq.html

+5
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ <h2>Frequently Asked Questions</h2>
6969
<dd><code>/srv/lwp/lwp.conf</code></dd>
7070
</dl>
7171

72+
<dl>
73+
<dt>How to restart the lwp server?</dt>
74+
<dd><code>service lwp restart</code></dd>
75+
</dl>
76+
7277
<dl>
7378
<dt>Can i install it over an existing LXC configuration?</dt>
7479
<dd>Yes! It's made for this.</dd>

img/containers-edit.png

5.57 KB
Loading

img/containers-edit_b.png

3.84 KB
Loading

img/containers-overview.png

-23 Bytes
Loading

img/containers-overview_b.png

-849 Bytes
Loading

img/host-overview.png

895 Bytes
Loading

img/host-overview_b.png

890 Bytes
Loading

img/lxc-network.png

-2.92 KB
Loading

img/lxc-network_b.png

-2.16 KB
Loading

img/screenshots/screenshot01.png

-2.38 KB
Loading

img/screenshots/screenshot01s.png

2.62 KB
Loading

img/screenshots/screenshot02.png

-342 Bytes
Loading

img/screenshots/screenshot02s.png

2.65 KB
Loading

img/screenshots/screenshot03.png

-4.27 KB
Loading

img/screenshots/screenshot03s.png

-2.98 KB
Loading

img/users.png

-2.1 KB
Loading

img/users_b.png

-1.58 KB
Loading

install.html

+9-5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
.container-narrow > hr {
2424
margin: 30px 0;
2525
}
26+
#fade {opacity: 0.5;}
2627
</style>
2728
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
2829

@@ -70,28 +71,31 @@ <h4>Requirements</h4>
7071
<dd><pre>wget http://lxc-webpanel.github.com/tools/install.sh -O - | bash</pre></dd>
7172
<dd>Connect you on http://<em>your_ip_address</em>:5000/</dd>
7273
<dd>Login with user <em>admin</em> and password <em>admin</em></dd>
73-
7474
</dl>
7575

7676
<br />
7777

7878
<dl>
79+
<dt><h4>Automatic update</h4></dt>
80+
<dd>Copy/past the following code to your server</dd>
81+
<dd><pre>wget http://lxc-webpanel.github.com/tools/update.sh -O - | bash</pre></dd>
82+
</dl>
83+
84+
<br />
85+
86+
<dl id="fade">
7987
<dt><h4>Manual installation</h4></dt>
8088
<dd>Clone our repository</dd>
8189
<dd><pre>git clone https://github.com/lxc-webpanel/LXC-Web-Panel.git</pre></dd>
8290
<dd>Install Flask</dd>
8391

8492
<dd><pre>pip install flask==0.9</pre></dd>
8593

86-
<dd>Install Python SQLite3</dd>
87-
<dd><pre>pip install sqlite3</pre></dd>
88-
8994
<dd>Run LXC Web Panel</dd>
9095
<dd><pre>python lwp.py</pre></dd>
9196

9297
<dd>Connect you on http://<em>your_ip_address</em>:5000/</dd>
9398
<dd>Login with user <em>admin</em> and password <em>admin</em></dd>
94-
9599
</dl>
96100

97101
</div>

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.2

0 commit comments

Comments
 (0)