Skip to content

Commit

Permalink
refresh from source
Browse files Browse the repository at this point in the history
  • Loading branch information
benofben committed Apr 17, 2017
1 parent 963b1c9 commit 8de07c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Running install.sh"

wget http://packages.couchbase.com/releases/4.6.1/couchbase-server-enterprise_4.6.1-ubuntu14.04_amd64.deb

# Using these instructions
# https://developer.couchbase.com/documentation/server/4.6/install/ubuntu-debian-install.html
dpkg -i couchbase-server-enterprise_4.6.1-ubuntu14.04_amd64.deb
Expand Down
3 changes: 1 addition & 2 deletions scripts/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ echo "Running node.sh"

adminUsername=$1
adminPassword=$2
nodeIndex=$3

echo "Using the settings:"
echo adminUsername \'$adminUsername\'
Expand All @@ -13,4 +12,4 @@ echo nodeIndex \'$nodeIndex\'

#./format.sh
#./install.sh
./configure.sh $adminUsername $adminPassword $nodeIndex
#./configure.sh $adminUsername $adminPassword $nodeIndex

0 comments on commit 8de07c2

Please sign in to comment.