Project

General

Profile

« Previous | Next » 

Revision 586838b6

Added by Ohad Levy almost 12 years ago

  • ID 586838b699698def82169ecc79607d3d2dde419f

[CI] ensure that we have a database.yml file

View differences:

extras/ci/setup.sh
# setup basic settings file
sed -e 's/:login: false/:login: true/' $APP_ROOT/config/settings.yaml.example > $APP_ROOT/config/settings.yaml
cp $APP_ROOT/config/database.yml.example > $APP_ROOT/config/database.yml
# install runtime C libs that are required:
sudo apt-get install -y libvirt-dev

Also available in: Unified diff