NZEDb: Difference between revisions
From fakedWiki
(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...") |
No edit summary |
||
Line 4: | Line 4: | ||
git clone https://github.com/nZEDb/nZEDb.git nzedb | git clone https://github.com/nZEDb/nZEDb.git nzedb | ||
cd nzedb | cd nzedb | ||
sudo chgrp www-data libs/smarty/templates_c www www/install resources/nzb nzedb/config | |||
sudo chgrp www-data libs/smarty/templates_c www www/install resources/nzb nzedb/config | sudo chmod 775 libs/smarty/templates_c www www/install resources/nzb nzedb/config | ||
sudo chmod 775 libs/smarty/templates_c www www/install resources/nzb nzedb/config | |||
sudo chgrp -R www-data resources/covers | sudo chgrp -R www-data resources/covers | ||
sudo chmod -R 775 resources/covers | sudo chmod -R 775 resources/covers |
Revision as of 11:55, 11 January 2016
- Basic Installation
cd /srv git clone https://github.com/nZEDb/nZEDb.git nzedb cd nzedb sudo chgrp www-data libs/smarty/templates_c www www/install resources/nzb nzedb/config sudo chmod 775 libs/smarty/templates_c www www/install resources/nzb nzedb/config 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