Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
* Resolves Islandora/documentation#437

* Updates README with correct information
* Sets password for ubuntu user in bootstrap.sh due to https://bugs.launchpad.net/cloud-images/+bug/1569237
* Adds a .gitignore, which we forgot to do when we split out into a single repo.

* update git ignore

* note
  • Loading branch information
ruebot authored and DiegoPino committed Jan 26, 2017
1 parent 908f72d commit a7bc6cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ubuntu-xenial-16.04-cloudimg-console.log
downloads
.vagrant
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@ Tomcat Manager:
* username: islandora
* password: islandora

You can connect to the machine via ssh: `ssh -p 2222 vagrant@localhost`
You can connect to the machine via ssh:

* `vagrant ssh`
* `ssh -p 2222 ubuntu@localhost`

The default VM login details are:

* username: vagrant
* password: vagrant
* username: ubuntu
* password: ubuntu

## Environment

Expand Down
5 changes: 5 additions & 0 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ if [ ! -d "$DOWNLOAD_DIR" ]; then
mkdir -p "$DOWNLOAD_DIR"
fi

#######################################################################
# Work around for https://bugs.launchpad.net/cloud-images/+bug/1569237
echo "ubuntu:ubuntu" | chpasswd
#######################################################################

cd "$HOME_DIR"

# Set apt-get for non-interactive mode
Expand Down

0 comments on commit a7bc6cf

Please sign in to comment.