Do you know VAGRANT? Well, if you don’t, you should.
If you want a development instance of Invenio, Vagrant is the way to go. Three commands and you’ll have a working installation:
This is the usual way of installing a Vagrant BOX:
$ vagrant box add base http://files.vagrantup.com/lucid32.box $ vagrant init $ vagrant up |
And here the GIT command to get Invenio Vagrant:
git clone https://github.com/lnielsen-cern/invenio-vagrant |
Nice!