Sha256: bec5a39ea027a5ba0b5e150b7221466eb47451f8739dcdd5b3550f089a349f66

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

* via RubyGems

  The simplest way of installing Ramaze is via 

    $ gem install ramaze

  in case you have RubyGems installed.


* via darcs

  To get the latest and sweetest, you can just pull from the repository and run
  Ramaze that way.

    $ darcs get --partial http://darcs.ramaze.net/ramaze

  Please read the man page or `darcs help` for more information about updating
  and creating your own patches.
  This is at the moment the premier way to use Ramaze, since it is the way I use
  it.

  Some hints for the usage of Darcs.

  * use require 'ramaze' from everywhere

    add a file to your site_ruby named 'ramaze.rb'
    the content should be: "require '/path/to/darcs/repo/ramaze/lib/ramaze'"

  * get the latest version (from inside the ramaze-directory)

    $ darcs pull

  * record a patch

    $ darcs record

  * output your patches into a bundle ready to be mailed (compress it before
    sending to make sure it arrives in the way you sent it)

    $ darcs send -o ramaze_bundle
    $ gzip -c ramaze_bundle > ramaze_bundle.gz


* via install.rb

  Support for install.rb has been canceled and the file removed.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ramaze-0.3.0 doc/readme_chunks/installing.txt
ramaze-0.2.1 doc/readme_chunks/installing.txt
ramaze-0.3.5 doc/readme_chunks/installing.txt
ramaze-0.3.9.1 doc/readme_chunks/installing.txt
ramaze-0.3.9 doc/readme_chunks/installing.txt