Clone remote repository
$ git clone repo_path
Or start a new git repository for an existing code base
$ cd /path/to/project/
$ git init (1)
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>Pagination with AngularJS - jsFiddle demo</title> | |
| <script type='text/javascript' src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js'></script> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular-sanitize.js"></script> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular-resource.js"></script> | |
| <link rel="stylesheet" type="text/css" href="/css/result-light.css"> |
| 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 |
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/
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