Install airtime in vagrant env

Uses the old installer to get LibreTime installed quick and dirty on vagrant.

It uses the `install -fIap` command that does a local install and points the apache config
directly to the local working copy mounted in /vagrant.

While we don't have fancy autoloading for libretime like the docs do, this way
it's already easy to work against a local branch.

I'm not sure if the `-I` arg to the installer also covers the python parts of libretime.
This commit is contained in:
Lucas Bickel 2017-03-06 12:03:11 +01:00
parent bdcd21208d
commit 8ed1dce4b1
3 changed files with 11 additions and 2 deletions

View file

@ -22,4 +22,6 @@ The easiest way to check out LibreTime for yourself is to run a local instance i
cd libretime
vagrant up
If everything works out, you will find LibreTime on [port 8080](http://localhost:8080) and the docs on [port 8888](http://localhost:8888).
Of course, this setup isn't appropriate for production use. For that, check out our [installation instructions](install.md).