You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ This repository can also be used as starter repository for building PHP projects
15
15
16
16
# Dependencies
17
17
1. A computer onto which you can install software. (Tested on Mac, and Linux).
18
-
2. Download & Install VirtualBox
19
-
3. Download & Install Vagrant
18
+
2. Download & Install `VirtualBox`
19
+
3. Download & Install `Vagrant` from http://vagrantup.com
20
20
21
21
# Install
22
-
1. Clone out vagrant_php-pgsql project git clone [email protected]:gregelin/vagrant_php-pgsql.git
22
+
1. Clone out vagrant_php-pgsql project `git clone [email protected]:gregelin/vagrant_php-pgsql.git`
23
23
2. Go into vagrant_php-pgsql directory and boot up the vm (in terminal) `cd vagrant_php-pgsql && vagrant up`
24
24
3. Be patient while vagrant downloads the CentOS base-box and configures your multi-vm environment. This will take a long time the first time because you need to download the CentOS.
25
25
4. Get into the virtual machine (vm) via ssh vagrant ssh
0 commit comments