Private GIT

Skip to content
Snippets Groups Projects
Commit 70b15a56 authored by bfagundez's avatar bfagundez Committed by Ruud
Browse files

Added the url to open after installation, to avoid searching for 10 minutes the default port.

parent 35c03567
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ Windows, see [the CP forum](http://couchpota.to/forum/showthread.php?tid=14) for ...@@ -17,6 +17,7 @@ Windows, see [the CP forum](http://couchpota.to/forum/showthread.php?tid=14) for
* Open up `Git Bash` (or CMD) and go to the folder you want to install CP. Something like Program Files. * Open up `Git Bash` (or CMD) and go to the folder you want to install CP. Something like Program Files.
* Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git`. * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git`.
* You can now start CP via `CouchPotatoServer\CouchPotato.py` to start * You can now start CP via `CouchPotatoServer\CouchPotato.py` to start
* Open your browser and go to: 'http://localhost:5050/'
OSx: OSx:
...@@ -26,6 +27,7 @@ OSx: ...@@ -26,6 +27,7 @@ OSx:
* Go to your App folder `cd /Applications` * Go to your App folder `cd /Applications`
* Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git` * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git`
* Then do `python CouchPotatoServer/CouchPotato.py` * Then do `python CouchPotatoServer/CouchPotato.py`
* Open your browser and go to: 'http://localhost:5050/'
Linux (ubuntu / debian): Linux (ubuntu / debian):
...@@ -37,3 +39,4 @@ Linux (ubuntu / debian): ...@@ -37,3 +39,4 @@ Linux (ubuntu / debian):
* Change the paths inside the init script. `sudo nano /etc/init.d/couchpotato` * Change the paths inside the init script. `sudo nano /etc/init.d/couchpotato`
* Make it executable. `sudo chmod +x /etc/init.d/couchpotato` * Make it executable. `sudo chmod +x /etc/init.d/couchpotato`
* Add it to defaults. `sudo update-rc.d couchpotato defaults` * Add it to defaults. `sudo update-rc.d couchpotato defaults`
* Open your browser and go to: 'http://localhost:5050/'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment