Skip to content

Commit 8de07c2

Browse files
committed
refresh from source
1 parent 963b1c9 commit 8de07c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
echo "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
79
dpkg -i couchbase-server-enterprise_4.6.1-ubuntu14.04_amd64.deb

scripts/node.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ echo "Running node.sh"
44

55
adminUsername=$1
66
adminPassword=$2
7-
nodeIndex=$3
87

98
echo "Using the settings:"
109
echo 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

0 commit comments

Comments
 (0)