Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit dc07b2b

Browse files
author
Steven Rombauts
committed
Improve readme formatting
1 parent b464dd3 commit dc07b2b

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

README.md

+27-12
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@ Installation
1414

1515
1. Run the following commands in a folder of your choice:
1616

17-
$ vagrant init joomlatools/box
18-
$ vagrant up
17+
```
18+
vagrant init joomlatools/box
19+
vagrant up
20+
```
1921
2022
This will download the Vagrant box and get it running.
2123
2224
1. Add the following line into your ***hosts file*** (/etc/hosts on Linux and MacOS, for other operating systems see [here](http://en.wikipedia.org/wiki/Hosts_(file)#Location_in_the_file_system))
2325
24-
33.33.33.58 joomla.box webgrind.joomla.box phpmyadmin.joomla.box
26+
```
27+
33.33.33.58 joomla.box webgrind.joomla.box phpmyadmin.joomla.box
28+
```
2529
2630
1. The dashboard is now available at [joomla.box](http://joomla.box)
2731
@@ -32,11 +36,15 @@ Getting started
3236
3337
1. Once you have installed the box as described above, SSH into the box:
3438
35-
$ vagrant ssh
39+
```
40+
vagrant ssh
41+
```
3642

3743
1. Create your first Joomla website with this command:
3844

39-
$ joomla site:create mysite
45+
```
46+
joomla site:create mysite
47+
```
4048
4149
1. Your new site is available at [joomla.box/mysite](http://joomla.box/mysite). You can login using the credentials `admin` / `admin`.
4250
@@ -50,22 +58,29 @@ If you want to make changes to the box's infrastructure, you can do so by buildi
5058
5159
1. Clone this repository:
5260
53-
$ git clone https://github.com/joomlatools/joomla-vagrant.git
61+
```
62+
git clone https://github.com/joomlatools/joomla-vagrant.git
63+
```
5464
5565
1. Install required Vagrant plugins
5666
57-
$ vagrant plugin install vagrant-puppet-install
58-
$ vagrant plugin install vagrant-vbguest
67+
```
68+
vagrant plugin install vagrant-puppet-install
69+
vagrant plugin install vagrant-vbguest
70+
```
5971
6072
1. Go to the repository folder and provision the box:
6173
62-
$ cd joomla-vagrant
63-
$ vagrant up
74+
```
75+
cd joomla-vagrant
76+
vagrant up
77+
```
6478
6579
1. You can now edit the Puppet configuration. To apply your changes, provision the box again:
6680
67-
$ vagrant provision
68-
81+
```
82+
vagrant provision
83+
```
6984
7085
Reporting issues
7186
----------------

0 commit comments

Comments
 (0)