chchspace / site
- Source
- Commits
- Network (0)
- Issues (6)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
9ab23f4
commit 9ab23f492bdfae0a2382f78b0f526fc416da4cd2
tree c147af2b509872755eedb4d424881c4c8a003009
parent 60c78e40ae4d9e2306e389c3e1a6e1cab2e6788d
tree c147af2b509872755eedb4d424881c4c8a003009
parent 60c78e40ae4d9e2306e389c3e1a6e1cab2e6788d
site /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
capfile | ||
| |
config.ru | ||
| |
database/ | ||
| |
design/ | ||
| |
lib/ | ||
| |
models/ | ||
| |
public/ | ||
| |
rakefile | ||
| |
site.rb | ||
| |
views/ |
README.markdown
Christchurch Creative Space Site
This is the official repository for the Christchurch Creative Space site.
You can submit ideas or report bugs under issues on GitHub.
Contributing
If you'd like to contribute to the site:
- Fork this repository
- Make your changes
- Make a pull request
How to run the site locally
System setup
- Install and set up git (test with
git --version) - Install Ruby (test with
ruby --version) - Install RubyGems (test with
gem --version)Linux/OS X
wget http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz tar xzf rubygems-1.3.5.tgz cd rubygems-1.3.5/ sudo ruby setup.rb- Windows
- Download and unzip
- Open a command prompt and
cdinto the unzipped directory - Run
ruby setup.rb
- Install Sinatra with
gem install sinatra(sudo if needed)
Getting the code
If you just want to play with the site first, you can use the download button at the top, or use git clone git://github.com/chchspace/site.git.
If you'd like to contribute, you're welcome to submit email patches or, preferably, fork the repository:
- Sign up for a GitHub account
- Hit the fork button at the top
- Clone the forked repository with
git clone your-shiny-new-clone-url - Use
git add pathnameandgit committo make your changes (man git) - Push back to GitHub when you're ready with
git push origin master - Make a pull request (button at top) when you'd like to submit changes
Running locally
cdinto the chchspace-directoryshotgun site.rb- http://localhost:9393

