We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963b1c9 commit 8de07c2Copy full SHA for 8de07c2
2 files changed
scripts/install.sh
@@ -2,6 +2,8 @@
2
3
echo "Running install.sh"
4
5
+wget http://packages.couchbase.com/releases/4.6.1/couchbase-server-enterprise_4.6.1-ubuntu14.04_amd64.deb
6
+
7
# Using these instructions
8
# https://developer.couchbase.com/documentation/server/4.6/install/ubuntu-debian-install.html
9
dpkg -i couchbase-server-enterprise_4.6.1-ubuntu14.04_amd64.deb
scripts/node.sh
@@ -4,7 +4,6 @@ echo "Running node.sh"
adminUsername=$1
adminPassword=$2
-nodeIndex=$3
echo "Using the settings:"
10
echo adminUsername \'$adminUsername\'
@@ -13,4 +12,4 @@ echo nodeIndex \'$nodeIndex\'
13
12
14
#./format.sh
15
#./install.sh
16
-./configure.sh $adminUsername $adminPassword $nodeIndex
+#./configure.sh $adminUsername $adminPassword $nodeIndex
0 commit comments