Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/gaucho-old
Ruby + Git + Content = Gaucho
https://github.com/cowboy/gaucho-old
Last synced: 2 months ago
JSON representation
Ruby + Git + Content = Gaucho
- Host: GitHub
- URL: https://github.com/cowboy/gaucho-old
- Owner: cowboy
- License: gpl-2.0
- Created: 2011-01-24T13:46:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-22T01:38:38.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T22:47:01.031Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 961 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPL
Awesome Lists containing this project
README
# Gaucho
Ruby + Git + Content = Gaucho
## Give it a whirl
Warning, this is a work in progress, so YMMV. Tested with Ruby 1.9.2p174 and Git 1.7.2.
Run this code in your shell (ignore any # comment lines):
# clone the repo
git clone https://[email protected]/cowboy/gaucho.git
# install bundler
gem install bundler
# build gem and install all dependencies
cd gaucho
rake install
# build test content repo
cd sample_app
ruby create_test_repo.rb
# install sample app gems
gem install sinatra diffy
# run sample app
ruby app.rbAnd then visit this page:
## Copyright
Copyright (c) 2011 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.