https://github.com/nickstenning/archives
ADC Archives online browser
https://github.com/nickstenning/archives
Last synced: over 1 year ago
JSON representation
ADC Archives online browser
- Host: GitHub
- URL: https://github.com/nickstenning/archives
- Owner: nickstenning
- Created: 2008-07-30T20:49:33.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2010-04-08T00:26:42.000Z (over 16 years ago)
- Last Synced: 2025-02-09T21:11:31.535Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 699 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== Welcome to the ADC Archives Application
This project is an attempt to provide a web interface to an extensive set of
scanned documents forming the archives of the ADC Theatre, Cambridge.
== Development
The project is a rails application and thus depends on ruby (>=1.8.5) and
rails (2.3.3). To get started developing, you'll probably want to run the
following commands.
# if you haven't already, install ruby and rubygems (use google), then
# run
sudo gem install rails -v2.3.3
# download the submodules (mostly rails plugins)
git submodule update --init
rake setup
# optionally, configure the databases you wish to use for development and
# testing
vim config/database.yml
# the next command may require root privileges
sudo rake gems:install
# set up the database and run the tests (they should all pass!)
rake db:migrate
rake
# start the app
./script/server
Now, if all went well, you should be able to visit http://localhost:3000/ and
see the front page of the application.
== License
ADC Archives -- A web interface to the archives of the ADC Theatre, Cambridge.
Copyright (C) 2008, Nick Stenning et al.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .