OSS CLUB

OSS CLUB

Share

Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from OSS CLUB, Sports Club, Army Institute of Technology, Pune.

The purpose of OSS CLUB is to promote the use of Open Source Systems and Application Software for Technical Developments among students and staff of all branches of Engineering in AIT and to establish de-facto standard for the same.

Indian Companies Drop Out of Facebook's Internet.org 17/04/2015

Indian Companies Drop Out of Facebook's Internet.org Indian Web and media companies Cleartrip, NDTV, Newshunt and the Times Group announced that they are pulling out of Facebook's Internet.org service, an initiative that aims to bring free online content to underdeveloped markets.

21/01/2015

Execute The Following Commands to Configure Ruby And Rails
Prepare Your System
$ sudo apt-get update
Install Curl:
$ sudo apt-get install curl
Install Ruby Using RVM
$ command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
$ \curl -L https://get.rvm.io | bash -s stable –ruby
$ [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"

If You Already Have RVM Installed
If you already have RVM installed, update it to the latest version and install Ruby:
$ rvm get stable --autolibs=enable
$ rvm install ruby
$ rvm --default use ruby-2.2.0
Install Node.js
$ sudo apt-get install nodejs
If you don’t install Node.js, you’ll need to add this to the Gemfile for each Rails application you build:
gem 'therubyracer'
Check the Gem Manager
RubyGems is the gem manager in Ruby.
Check the installed gem manager version. You may see:
$ gem -v
2.2.2
At the time this was written, a newer RubyGems version was available. Use gem update --system to upgrade the Ruby gem manager:
$ gem update --system
RVM’s Global Gemset
See what gems are installed in the “global” gemset:
$ rvm gemset use global
$ gem list
To update all stale gems:
$ gem update
# # # list not shown for brevity
Nokogiri
$ gem install nokogiri
Rails Installation Options
If you install Rails at this point, you will install it into the global gemset.
Instead, make a gemset just for the current stable release:
$ rvm use [email protected] --create
Here are the options you have for installing Rails.
If you want the most recent stable release:
$ gem install rails
$ rails -v
For Reference refer the site http://railsapps.github.io/installrubyonrails-ubuntu.html


For Configuring Git on Ubuntu Systems
Installation
The git version control system is installed with the following command
$ sudo apt-get update
$ sudo apt-get install git
Configuration
Every git user should first introduce himself to git, by running these two commands:
$ git config --global user.email "[email protected]"
$ git config --global user.name "Your Name"

rvm.io

Want your business to be the top-listed Gym/sports Facility in Pune?

Click here to claim your Sponsored Listing.

Location

Category

Telephone

Website

Address


Army Institute Of Technology
Pune
411015