Quantcast
Channel: Lecciones Prácticas
Viewing all articles
Browse latest Browse all 33

CDS Invenio VAGRANT how-to

$
0
0

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!


Viewing all articles
Browse latest Browse all 33

Trending Articles