Skip to content

Commit

Permalink
Merge pull request #4 from russellmacshane/dev
Browse files Browse the repository at this point in the history
Dev into Master
  • Loading branch information
russellmacshane authored Oct 22, 2019
2 parents c23eae4 + bb13e0d commit c0bde72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The goal of this project is to create a quick virtual machine setup with a WordP

## Installation Instructions
1. Find a directory on your computer that you'd like to install this repo
2. `$ git clone [email protected]:russellmacshane/quick-wordpress.git`
2. `$ git clone [email protected]:russellmacshane/quick-wordpress.git` or `git clone https://github.com/russellmacshane/quick-wordpress.git` if you don't have your [ssh keys setup](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
3. `$ cd quick-wordpress`
4. Your are strongly encouraged to modify the default passwords and WordPress setup information in the [config](./config) file
5. `$ vagrant up`
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source /quick-wordpress/config

echo "***************************** Install Packages ***************************"
sudo -E apt-get update
sudo -E apt-get -y upgrade
sudo DEBIAN_FRONTEND=noninteractive apt-get -y upgrade

echo "***************************** Install Apache *****************************"
sudo -E apt-get -y install apache2
Expand Down

0 comments on commit c0bde72

Please sign in to comment.