JPMV Setup Ubuntu

13
7/23/2019 JPMV Setup Ubuntu http://slidepdf.com/reader/full/jpmv-setup-ubuntu 1/13 JOpenMetaVerse Setting up Development Environment on Ubuntu

Transcript of JPMV Setup Ubuntu

Page 1: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 1/13

JOpenMetaVerse

Setting up Development Environment

on Ubuntu

Page 2: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 2/13

Agenda

• Generate and get SSH Public Key

• Install Mono (.Net Compiler for Linux)

Install Monodevelop , .NET IDE for Linux• Install Java JDK (OpenJDK)

• Install eclipse

• Install Git• Install Maven2

Page 3: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 3/13

Generate and get SSH Public Key

• Step 1: Check if public key exist

 – ls -l ~/.ssh/id_rsa.pub

• Step 2: If Key exist,

 – cat ~/.ssh/id_rsa.pub – Update ssh public key on your git account (bit bucket)

• Step 3: If key does not exist

 – Generate the key

• Run “ssh-keygen”

 – If asked about password, please press enter

• Goto Step 1

Page 4: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 4/13

Install JDK and IDE

• Install Mono – sudo apt-get install mono-complete

• Run command “mono”, it should display help

• Install Monodevelop – sudo apt-get install monodevelop

• Sun command “monodevelop”, it should open UI

• Install Java JDK – sudo apt-get install openjdk-6-jdk

• Run command “java –version”, it should display java version

• Install Eclipse – sudo apt-get install eclipse

• Run command “eclipse”, it should open eclipse UI

Page 5: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 5/13

Install GIT and Maven

• Install Git

 – sudo apt-get install git

• Run command “git”, it should display help

• Install Maven

 – sudo apt-get install maven2

• Run command “mvn”

 – It should display help

Page 6: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 6/13

Download & Unzip libmetaopenverse

• Create a workspace directory and cd toworkspace directory

• Download libmetaopenverse

• Run ”wgethttp://libopenmetaverse.googlecode.com/files/libomv-0.9.1-source.zip”

 –”wget <url>” command download the url

 – Unzip the file

• unzip <filename>

Page 7: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 7/13

Create BitBucket Account

• Go to Bit Bucket and register an account

 – https://bitbucket.org/

• Get invited to jopenmetaverse project

 – Please email your request to

[email protected]

• Once you are invited to jopenmetaverse

project, you should be able to see the project

in your repositories.

Page 8: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 8/13

Configure BitBucket Account

Step1 : Go to Account

Page 9: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 9/13

Configure Bit Bucket AccountGo to SSH Keys

Page 10: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 10/13

Configure Bit Bucket Account

Step 3: Get the Public Keys

Page 11: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 11/13

Configure Bit Bucket Account

Step 4: Paste the ssh keys

Page 12: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 12/13

Configure Bit Bucket Account

Step 5: Clone the Repository

Page 13: JPMV Setup Ubuntu

7/23/2019 JPMV Setup Ubuntu

http://slidepdf.com/reader/full/jpmv-setup-ubuntu 13/13

Q/A