How clone HG/Mercurial remote repository in Ubuntu and run sh file?

Started by astronaut, November 19, 2015, 05:44:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

astronaut

I would to develop and try application with Android Studio  (minimum Android SDK 17)  to have it work on a mobile phone . First need to clone remote HG/Mercurial repository and run from terminal sh file. So, first I think need to install mercurial. Do I need the mercurial server or just mercurial?

so in ubuntu the command is

sudo apt-get install mercurial-server

or only

sudo apt-get install mercuria

Then need to create SSH key and add to remote repository (Ubuntu):

ssh-keygen -t rsa

ssh-add

ssh-copy-id ...

Is those done on terminal with command like  or?
True? any more help and details?