Documentation

This commit is contained in:
Matthias Strubel 2013-08-11 16:39:21 +02:00
parent 119fa6f086
commit 6cba62f519
2 changed files with 4 additions and 19 deletions

View File

@ -8,7 +8,6 @@ NOTE: This may only be a partial changelog, check github / your package manager
* [New] install method
* [New] install dependencies
* [Fixed] General cleaning
=== v0.6G ===
* [Fixed] Hide dot files in directory-listing which are usually hidden files

18
README
View File

@ -51,28 +51,14 @@ PirateBox should be in most common repositories soon, but in the mean time you c
##### For alpha testing
Download the package:
https://github.com/MaStr/PirateBoxScripts_Webserver/archive/master.zip
https://github.com/MaStr/PirateBoxScripts_Webserver/archive/development.zip
Unzip the package:
$unzip master.zip
$unzip development.zip
Run the installer in the unzipped folder:
$ cd PirateBoxScripts_Webserver/piratebox
$ sudo ./install.sh default #Default can be substituted with 'board' if you want an image board on your PB
Starting / Stopping PirateBox
WARNING: Some major distributions have changed from init.d to systemd which means you should use the
commands that are labeled under your distribution or what your distribution is based on. It should
also be noted that as of recently Ubuntu has systemd enabled but not set as the default init system
which means that you may have to use the systemctl commands.
Newest versions of Ubuntu, Fedora, Arch, OpenSUSE, Mageia, and Mandriva:
$ systemctl start piratebox
$ systemctl start piratebox
$ systemctl restart piratebox
Older Ubuntu (xubuntu, lubuntu, etc), Mint, Debian, most Debian based distros:
$ service piratebox start
$ service piratebox stop
$ service piratebox restart