Author Topic: executable CouchPotato.exe  (Read 2643 times)

lin10

  • Just Arrived
  • *
  • Posts: 3
executable CouchPotato.exe
« on: 12 May 2012, 13:15:10 »
CouchPotato hoeft niet geïnstalleerd te worden. Pak het gedownloade bestand uit naar een map naar keuze. In de map staat de executable CouchPotato.exe die je kan opstarten. Je browser start op met daarin de homepage van CouchPotato.

Ik heb het bestand gedownload (ik heb Ubuntu van Linux) maar nu kan ik het executable CouchPotato.exe bestand niet vinden.
Kan iemand mij hier mee helpen?

2396597

  • Forum expert
  • *****
  • Posts: 251
Re: executable CouchPotato.exe
« Reply #1 on: 12 May 2012, 22:41:52 »
CouchPotato.exe is voor Windows.

Quote
Installation and Setup

Linux:

    Install Python 2.6 or higher
    Git clone/extract CP wherever you like
    Run "python CouchPotato.py -d" to start in deamon mode
    Set your username & password in the settings if you want.
    Fill in all the config stuff

Ubuntu (init.d script):

    Copy "initd.ubuntu" to /etc/init.d/couchpotato - > "sudo cp initd.ubuntu /etc/init.d/couchpotato"
    Copy "default.ubuntu" to /etc/default/couchpotato - > "sudo cp default.ubuntu /etc/default/couchpotato"
    Edit the required daemon settings in /etc/default/couchpotato - > editor /etc/default/couchpotato
    If your CP installation isn't in "/opt/couchpotato/", make sure to change the path there also!
    Make executable "sudo chmod a+x /etc/init.d/couchpotato"
    Add it to the startup items: "sudo update-rc.d couchpotato defaults"
    Start with "sudo service couchpotato start"