Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CouchPotatoServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
CouchPotatoServer
Commits
70b15a56
Commit
70b15a56
authored
12 years ago
by
bfagundez
Committed by
Ruud
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-0
3 additions, 0 deletions
README.md
with
3 additions
and
0 deletions
README.md
+
3
−
0
View file @
70b15a56
...
@@ -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/'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment