- Check list of disk or drives including partitions
$ lsblk
- Un mount drive
$ sudo umount /dev/sdbx
First create a directory
sudo mkdir -p /opt/RubyMine
Extract Archive
sudo tar -zxvf RubyMine-x.x.tar.gz --strip-components 1 -C /opt/RubyMine
First create a directory in /opt directory
sudo mkdir -p /opt/intellij
Copy downloaed unzipped files to that direcotry
sudo cp -R idea-IU-163.12024.16/* /opt/intellij/
Ubuntu OS environment setup for rails development: | |
1. Install Ubuntu OS then update and upgrade system packages | |
2. Install Sun JDK-1.6 or Oracle JDK-1.7 or latest availabe version (Not open JDK) | |
3. Install an IDE (RubyMine for Ruby on Rails team members, Netbeans for Ruby on Rails, Java, PHP etc, PHPStrom for PHP team members) | |
4. MySQL or PostgreSQL | |
5. If MySQL then i would recommed to install it with LAMP package which is a linux, apache, MySQL and PHP bundle. Because installing LAMP you can use phpMyadmin as database client. | |
6. If you install only MySQL then choose workbench as a database client. | |
7. For PostgreSQL install pgAdmin-III as a database client | |
8. Install Sublimetext as a text editor | |
9. Install Nano or Vim as a text editor |