CloudApp Client

Found it.

To get it working, you need to clone the repository. In order to do that, you need to install git-core – and while we’re at it, we’ll install the dependencies. to do that, run the following in a terminal:

sudo apt-get install git-core python-qt4

Once git-core is installed, run the following:

git clone https://github.com/abhinandh/py-cloudapp

cd py-cloudapp

python ./cloudapp&

There you go! You can now safely close the terminal. It’ll continue running. Enter in your username/password for cloudapp, and you should be good to go!

2 down vote accepted

Found it.

To get it working, you need to clone the repository. In order to do that, you need to install git-core – and while we’re at it, we’ll install the dependencies. to do that, run the following in a terminal:

sudo apt-get install git-core python-qt4

Once git-core is installed, run the following:

git clone https://github.com/abhinandh/py-cloudapp

cd py-cloudapp

python ./cloudapp&

There you go! You can now safely close the terminal. It’ll continue running. Enter in your username/password for cloudapp, and you should be good to go!