File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33echo " Running install.sh"
44
5+ wget http://packages.couchbase.com/releases/4.6.1/couchbase-server-enterprise_4.6.1-ubuntu14.04_amd64.deb
6+
57# Using these instructions
68# https://developer.couchbase.com/documentation/server/4.6/install/ubuntu-debian-install.html
79dpkg -i couchbase-server-enterprise_4.6.1-ubuntu14.04_amd64.deb
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ echo "Running node.sh"
44
55adminUsername=$1
66adminPassword=$2
7- nodeIndex=$3
87
98echo " Using the settings:"
109echo adminUsername \' $adminUsername \'
@@ -13,4 +12,4 @@ echo nodeIndex \'$nodeIndex\'
1312
1413# ./format.sh
1514# ./install.sh
16- ./configure.sh $adminUsername $adminPassword $nodeIndex
15+ # ./configure.sh $adminUsername $adminPassword $nodeIndex
You can’t perform that action at this time.
0 commit comments