You can follow the instructions on the support page at 3scale's support website.
After gathering 3scale's configuration, you will download a proxy_conf.zip file which you should unzip on the nginx files directory.
git clone git@github.com:rhoml/3scale-proxy-puppet-vagrantbox.git 3scale-vagrant
cd 3scale-vagrant/modules/nginx/files
unzip /path/to/proxy_conf.zip
vagrant up
Rhommel Lamas
- Twitter: @rhoml
- Email: roml [at] rhommell.com
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request