- Use Chrome to test the application
- Copy the project into any directory
- Copy directory path
- Download Apache
- Install Apache
- Start Apache
- Click on Config -> httpd.conf
- Search DocumentRoot and write into the second result the directory of the project
- Write into the WorkingDirectory the directory of the project
- Add the following at the bottom of the file:
<VirtualHost 127.0.0.1>
ServerName www.blog.local
ServerAlias blog.local
AddType text/html .shtml
AddHandler server-parsed .shtml
ServerAdmin [email protected]
DocumentRoot "[Path]"
<Directory "[Path]">
Options Indexes FollowSymLinks
Options +Includes
AllowOverride All
Order allow,deny
Require all granted
Allow from All
DirectoryIndex index.php
</Directory>
</VirtualHost>
- Write the directory into the path (here : [Path])
- Restart Apache
- Log in with the user and the default password "Welcome$15"
- Fill in all fields to create a user
- Hit submit or senden
- Hit create on the start site
- Fill in all fields
- Click on a category under the categories heading
- Click on all to go to the main site
- Click on > User Overview
- Click on your email on the top right corner
- Hit logout