Skip to content

vitorbaptista/chef-ckan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chef-CKAN

This project builds a Virtual Machine with the latest CKAN ready to go. This is only intended for development.

Quickstart

Install Vagrant, clone this repository, then:

$ vagrant up

This will download the VM image, install and configure CKAN and all its dependencies, and run its tests. Go grab a coffee and let it run.

After it's finished, do:

$ vagrant ssh
$ source ~/pyenv/bin/activate
$ cd ~/pyenv/src/ckan
$ paster serve development.ini

You can check http://localhost:5000 to see if everything went well. You should see your newly created CKAN installation. Now you can start playing :)

I would start creating an admin user. Follow CKAN's Post-Installation Setup.

Enjoy!

About

Chef cookbook for CKAN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages