github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

carlopecchia / rails21-book forked from carlosbrando/rails21-book

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 7
    • 6
  • Source
  • Commits
  • Network (6)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Italian translation for "Rails 2.1" book written by Carlos Brando — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Corretto piccolo refuso nell'introduzione. 
carlopecchia (author)
Sun Jun 29 12:59:30 -0700 2008
commit  b0c6f759d093666d62d83f6454688e54e47af5d2
tree    c67cc5bf967c35a6d68df62f58f157b929753531
parent  9521648180b3c89d321fcfd086ecdcb37fdf49dd
rails21-book /
name age
history
message
file .gitignore Loading commit data...
file README
file Rakefile
file TODO.markdown
directory images/
directory layout/
directory output/
directory script/
directory text/
README
# Novità in rails 2.1

## Come compilare l'ebook

Innanzi tutto installare il necessario:
* Oniguruma
* Prince Xml
* Ultraviolet
* Discount

### su mac os x

  # installiamo Prince Xml
  $ wget http://www.princexml.com/download/prince-6.0r6-macosx.tar.gz
  $ tar -zxvf prince-6.0r6-macosx.tar.gz
  $ cd prince-6.0r6-macosx
  $ sudo ./install.sh #scegliere /usr/local come percorso
  #
  # installiamo oniguruma
  #
  $ wget http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.1.tar.gz
  $ tar -zxvf onig-5.9.1.tar.gz
  $ cd onig-5.9.1
  $ ./configure --prefix=/usr/local
  $ sudo make
  $ sudo make install
  
### su debian/ubuntu

  # installiamo Prince Xml (nota: è un software proprietario [grigio])
  $ wget http://www.princexml.com/download/prince_6.0r6-1_i386.deb
  $ sudo dpkg -i prince_6.0r6-1_i386.deb
  $ sudo apt-get install libonig2

### Installiamo le gemme necessarie

  $ sudo gem install ultraviolet
  $ sudo gem install discount

### Ora cloniamo il repository

  $ git clone git://github.com/carlopecchia/rails21-book.git

portarsi nella directory del progetto per scoprire le opzioni di compilazione del libro

  # per visualizzare le opzioni
  $ rake -T
  # per compilare in pdf 
  $ rake pdf
  # per compilare in html
  $ rake html
  
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server