cloud-torrent icon indicating copy to clipboard operation
cloud-torrent copied to clipboard

Install Cloud-Torrent on Centos 6/7

Open m-imran9 opened this issue 8 years ago • 2 comments

Hi Please post installation process of cloud torrent on Centos 6/7 also please detailed instructions please start like that . 1- How to install Go on centos 2- How to install Docker Centos 3- How to install Git on Centos 4- How to configure All stuff mentioned above 5- How to install and run service

please if you do i will reall appreciate it

i want to participate in project i will give it a better UI

m-imran9 avatar Feb 28 '17 10:02 m-imran9

All of the above questions are not related to this specific project and can be easily found on the internet.

anazhd avatar Mar 11 '17 15:03 anazhd

Don't get offended but if you are asking installation here you cannot give the project a better UI ! Rather if you want to run it Here are the steps:

Open the terminal type the following one after each other

cd ~

wget "https://github.com/jpillora/cloud-torrent/releases/download/0.8.20/cloud-torrent_linux_386.gz"

gunzip cloud-torrent_linux_386.gz

chmod +x cloud-torrent_linux_386

./cloud-torrent_linux_386

now you should get the last line as " Listening at http://0.0.0.0:3000" now visit

http://0.0.0.0:3000

on browser on the same machine

P.S. Please close this issue is not an issue!

heisGarvit avatar Aug 25 '17 06:08 heisGarvit