Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippkueng/ckan-vagrant
getting started in 15 minutes
https://github.com/philippkueng/ckan-vagrant
Last synced: 20 days ago
JSON representation
getting started in 15 minutes
- Host: GitHub
- URL: https://github.com/philippkueng/ckan-vagrant
- Owner: philippkueng
- Created: 2013-04-13T22:12:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T22:18:19.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T04:52:44.493Z (about 1 month ago)
- Language: Shell
- Size: 194 KB
- Stars: 27
- Watchers: 5
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant box for CKAN (2.0)
[CKAN](http://ckan.org) (the apt-get for opendata) is an open-source portal application developed by the [OKFN](http://okfn.org).
In order to make the getting started part easier I created this shell script to create a CKAN instance with the help of vagrant, a nice wrapper around virtualbox that creates and manages virtual machines.
## Setup
1. Install [Virtualbox](https://www.virtualbox.org)
2. Install [vagrant](http://www.vagrantup.com)
3. Clone this repository `git clone git://github.com/philippkueng/ckan-vagrant.git`
4. Move to the directory with your terminal application `cd ckan-vagrant/`
5. Create the instance `vagrant up`
6. Go get some coffee (it takes up to 15 minutes)
7. Add to following line to `/etc/hosts`: `192.168.19.97 ckan.lo`
8. Open [http://ckan.lo](http://ckan.lo) in your browser.
## License
DO WHAT YOU WANT TO PUBLIC LICENSE
Version 3, January 2012Copyright (C) 2012 Ryan Thompson
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT YOU WANT TO.