NZEDb

From fakedWiki
Revision as of 12:37, 11 January 2016 by Jan (talk | contribs) (Created page with "* Basic Installation <pre> cd /srv git clone https://github.com/nZEDb/nZEDb.git nzedb cd nzedb cp nzedb/config/settings.example.php nzedb/config/settings.php sudo chgrp www-da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Basic Installation
cd /srv
git clone https://github.com/nZEDb/nZEDb.git nzedb
cd nzedb
cp nzedb/config/settings.example.php nzedb/config/settings.php
sudo chgrp www-data libs/smarty/templates_c www www/install resources/nzb nzedb/config/settings.php
sudo chmod 775 libs/smarty/templates_c www www/install resources/nzb nzedb/config/settings.php
sudo chgrp -R www-data resources/covers
sudo chmod -R 775 resources/covers
  • Move Covers and NZBs to different storage
mv resources/covers resources/nzb /storage/nzedb/
ln -s /storage/nzedb/covers/ resources/covers
ln -s /storage/nzedb/nzb/ resources/nzb