Skip to content

bweben/blogg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Blog

  • Use Chrome to test the application

Installation

  1. Copy the project into any directory
  2. Copy directory path

Downloads

  1. Download Apache
  2. Install Apache

Apache Configuration

  1. Start Apache
  2. Click on Config -> httpd.conf
  3. Search DocumentRoot and write into the second result the directory of the project
  4. Write into the WorkingDirectory the directory of the project
  5. 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 webmaster@mvc.local
    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>
  1. Write the directory into the path (here : [Path])
  2. Restart Apache

Users

Standard

Administrator

Handling

  • Log in with the user and the default password "Welcome$15"

Create a user

  • Fill in all fields to create a user
  • Hit submit or senden

Create a blog entity

  • Hit create on the start site
  • Fill in all fields

Sort by categories

  • Click on a category under the categories heading
  • Click on all to go to the main site

User overview

  • Click on > User Overview

Logout

  • Click on your email on the top right corner
  • Hit logout