Skip to content

Provisioning

Tommie McAfee edited this page Jan 25, 2017 · 1 revision

Provisioning code is currently in a separate repo here:

https://github.com/tahmmee/sequoia-provision

There is code for Centos/Ubuntu/Windows

Windows:

Download windows .exe: http://172.23.120.24/builds/latestbuilds/couchbase-server/spock/1784/couchbase-server-enterprise_5.0.0-1784-windows_amd64.exe

Generate install iss: C:\Users\Administrator\Downloads>couchbase-server-enterprise_5.0.0-1784-windows_ amd64.exe /r /f1install_5.0.0.iss

Generate uninstall iss: C:\Users\Administrator\Downloads>couchbase-server-enterprise_5.0.0-1784-windows_ amd64.exe /r /f1uninstall_5.0.0.iss

Files are in Windows: cd c:/Windows

Push to github: https://github.com/tahmmee/sequoia-provision

Clone this wiki locally