Disclamer :
I assume, you are using Ubuntu as Linux
distribution. For information, my version is Ubuntu 13.04.
Step 1 :
Download Couchbase server into a directory, you find the package following this link to the download page.
Choose the right package depending on your OS.
Thursday, 21 November 2013
Thursday, 14 November 2013
Git manual installation tutorial
Disclamer :
I assume, you are using Ubuntu as Linux distribution. For information, my version is Ubuntu 13.04. And Java is already installed on your machine.
Step 1 :
Run a complete Git installation through the standard command line :
It installs Git 1.8.3.2.
I assume, you are using Ubuntu as Linux distribution. For information, my version is Ubuntu 13.04. And Java is already installed on your machine.
>java -version java version "1.7.0_40" Java(TM) SE Runtime Environment (build 1.7.0_40-b43) Java HotSpot(TM) Server VM (build 24.0-b56, mixed mode)
Step 1 :
Run a complete Git installation through the standard command line :
>sudo apt-get install git
It installs Git 1.8.3.2.
Wednesday, 13 November 2013
Install Maven latest release on Ubuntu
Disclamer :
I assume, you are using Ubuntu as Linux distribution. For information, my version is Ubuntu 13.04. And Java is already installed on your machine.
Step 1 :
Run a complete Maven installation through the standard command line :
It installs Maven 3.0.4.
I assume, you are using Ubuntu as Linux distribution. For information, my version is Ubuntu 13.04. And Java is already installed on your machine.
>java -version java version "1.7.0_40" Java(TM) SE Runtime Environment (build 1.7.0_40-b43) Java HotSpot(TM) Server VM (build 24.0-b56, mixed mode)
Step 1 :
Run a complete Maven installation through the standard command line :
>sudo apt-get install maven
It installs Maven 3.0.4.
Subscribe to:
Posts
(
Atom
)