Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

install

Install Memcached And PHP5-MemCached Module On Debian 6.0 (Squeeze)
Friday, 25 November 2011 11:23

Install Memcached And PHP5-MemCached Module On Debian 6.0 (Squeeze)

"Memcached is free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load." This article is going to explain how to install memcached and PHP5-MemCached module on a Debian 6.0(Squeeze) system with Apache2.

Read more: http://www.howtoforge.com/install-memcached-and-php5-memcached-module-on-debian-6.0-squeeze

 
How To Create A Kickstart File For CentOS/Fedora/RedHat (RHEL)
Monday, 08 August 2011 14:57

How To Create A Kickstart File For CentOS/Fedora/RedHat (RHEL)

Working for an IT Support company means I am regularly installing CentOS, Fedora & Redhat on servers and desktop computers. Following this guide will explain how to automate the install process and install additional software with post installation scripts.

Read more: http://www.howtoforge.com/how-to-create-a-kickstart-file-for-centos-fedora-redhat-rhel

 
Install Camfrog Server Advanced 6.0 Linux On Ubuntu 10.10 (Maverick Meerkat)
Monday, 01 August 2011 11:17

Install Camfrog Server Advanced 6.0 Linux On Ubuntu 10.10 (Maverick Meerkat)

This is an updated tutorial on how to install Camfrog Server on Ubuntu 10.10 (Maverick Meerkat).  When I first saw that Camfrog Server was released I was excited until I realized it was only for RedHat AS/ES 4.x 5.x, CentOS 4.x 5.x, Fedora 6.x 7.x 8.x operating systems. Then I realized you can convert rpm packages to deb packages using alien; you can even have alien install the rpm automatically after converting it.

Read more: http://www.howtoforge.com/install-camfrog-server-advanced-6.0-linux-on-ubuntu-10.10-maverick-meerkat

 
Native gem :)
Monday, 01 August 2011 10:41
For doing :

sysprompt> require rails


install that :
>type require.bat

@gem install --no-rdoc -no-ri %1 %2 %3 %4 %5 %6 %7 %8 %9


:)


.

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/RKywIp2LiUw/13447

 
Install Ruby 1.9.2 on Rails 3 inside RVM and make project-specific gem set
Sunday, 05 June 2011 15:32
Install RVM and pre-requirements

sudo apt-get install bash curl git
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)


Add these lines to ~/.bashrc:

# This loads RVM into a shell session.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"


Run following to test RVM and install pre-requirements specified there:

rvm notes


In my case it was:

sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev


Install default Ruby 1.9.2 and test it:

rvm install 1.9.2
rvm --default ruby-1.9.2
ruby -v


Create project-specific gemset, make it default, install Rails with pre-requirements:

rvm gemset create my_project
rvm use 1.9.2@my_project --default


Then either create a new project:

gem install rails
rails my_project


Or install dependencies for an existing project:

cd my_project
gem install bundle
bundle install

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/nnzBniC7g70/13251

 
Start
Prev
1


Page 1 of 2
Taxonomy by Zaragoza Online