Blame view

local.rake.example 385 Bytes
4e4b1d2b   Antonio Terceiro   Load a local rake...
1
2
# copy this file to local.rake and adjust to your local environment
ENV['CHAKE_RSYNC_OPTIONS'] = '--exclude tmp/dump'
5ff1b4a5   Tallys Martins   Fixes lxc bridge ...
3
4
5
6
7

# if you have vagrant lxc installed and want to use it, just copy the settings below to your local.rake
# and run vagrant up --provider lxc
#ENV['VAGRANT_BOX'] = 'frensjan/centos-7-64-lxc' #you can figure out a different  lxc box if you want
#ENV['SPB_ENV'] = 'lxc'