Steps to configure local server for development. All references to files and directories, if otherwise is not mentioned, are relative to this directory.
- Make sure you have the latest version of bubble.sql.bz2. This is site's database dump.
- Make sure you have the latest version of uploads.tar.bz2. This is uploads archive.
- Clone site repository into public_html directory.
- run 'vagrant up'
Resources accesible at virtual server:
* site URL http://localhost:8080
- admin user name: admin
- admin password: test
* MySQL server listens on port 33066
- admin user name: dba
- dba password: dbapass
Web server log files are located under log directory.
Site update procedure
- Extract new version of uploads.tar.bz2 in place of public_html/wp-content/uploads
- Place new version of bubbleco_wpdb.sql into vagrant root
- run 'vagrant up'
- run 'vagrant provision'