CouchPotato untuk Ubuntu 14.04 akan memberi Anda semua file media panjang fitur yang Anda inginkan dari daftar pantauan yang telah Anda buat. Itu dapat mengambil file media dari usenet atau torrent di sistem otomatis Anda.
Biarkan ketergantungan dan GIT terpasang
apt-get update && apt-get install git-core libffi-dev libssl-dev zlib1g-dev libxslt1-dev libxml2-dev python python-pip python-dev build-essential -y
Sekarang mari kita gunakan GIT untuk mengkloning rilis saat ini
git clone https://github.com/RuudBurger/CouchPotatoServer /opt/couchpotato
Ubah kepemilikan direktori CouchPotato menjadi pengguna Anda
chown -R user:user /opt/couchpotato
Uji apakah CouchPotato berfungsi
python /opt/couchpotato/CouchPotato.py --daemon
Anda seharusnya dapat melihat antarmuka web CouchPotato di http://ip.address:5050
Sekarang Mari kita mulai Couchpotato saat boot
Salin init CouchPotato default
cp /opt/couchpotato/init/ubuntu.default /etc/default/couchpotato
Buka file konfigurasi
nano /etc/default/couchpotato
Tambahkan atau ubah baris berikut, “username"
adalah pengguna masuk Anda .
# COPY THIS FILE TO /etc/default/couchpotato # OPTIONS: CP_HOME, CP_USER, CP_DATA, CP_PIDFILE, PYTHON_BIN, CP_OPTS, SSD_OPTS CP_HOME=/opt/couchpotato CP_DATA=/opt/couchpotato CP_USER=yourusername CP_PIDFILE=/home/yourusername/.couchpotato.pid
Tekan Ctrl+X, tekan Y lalu Enter untuk menyimpan dan keluar dari nano.
Salin file CouchPotato init.d default
cp /opt/couchpotato/init/ubuntu /etc/init.d/couchpotato
Jadikan file dapat dieksekusi
chmod +x /etc/init.d/couchpotato
Perbarui agar CouchPotato mulai otomatis saat boot
update-rc.d couchpotato defaults
Sekarang Anda sudah siap!