Home | History | Annotate | only in /webstack/webstack/trunk/src/rails-1.2.3
Up to higher level directory
NameDateSize
actionmailer-1.3.3.gem08-Dec-200882.5K
actionpack-1.13.3.gem08-Dec-2008593K
actionwebservice-1.2.3.gem08-Dec-200866K
activerecord-1.15.3.gem08-Dec-2008396.5K
activesupport-1.4.2.gem08-Dec-2008212K
make_solaris.sh08-Dec-2008936
rails-1.2.3.gem08-Dec-2008164.5K
rake-0.7.2.gem08-Dec-200881K
README08-Dec-2008382

README

      1 Rails 1.2.3
      2 
      3 # To create your first application, do the following :
      4 PATH=/opt/coolstack/bin:$PATH
      5 export PATH
      6 rails <appname>
      7 
      8 #This will create a sub-directory called <appname> under your current directory.
      9 
     10 # Now startup the WEBrick server
     11 cd <appname>
     12 ruby script/server
     13 
     14 # You can point your browser at <host>:3000 and follow the instructions
     15 # to create your rails application
     16