From fa170afd817648f306e322802ca85b6abbd37f74 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Jun 2011 16:33:26 +0200 Subject: Initial commit --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..72a1e39 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +Distroplat installation instructions. + +1. Install a web server, and perl + +2. Mount the /cgi-bin dir as 'distroplat' on your webserver. Make sure the perl scripts within can be executed via the web. You can also set the default index page as 'front.plx' to shorten your URL if you like + +3. Mount the /html dir as 'platdoc'. This needs only to be a normal document directory. + +4. Edit /data/distroplat.conf. Fill things in. + +5. Change /data/servers.txt to point to each platter server you want to mount. The root URLs specified should point to mounts containing artist folders, which must have 'directory browsing' turned on. + +6. Set your permissions to allow the web server to write to the /inventory directory. It needs to create, write to, and delete files. Open http://yourserver/distroplat/front.cgi and use the 'Content Trawler' page to index your servers. You must do that each time a server's content changes. + +7. For platter directory structure guidelines, see the online documentation. -- cgit v1.2.3