Skip to content

helenseo/Magazines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magazines

A demo app / code sample in ZF2 Zend Framework 2

Installation

$ mysql -A -uroot -p

mysql> create database magazines;

mysql> grant all privileges on magazines.* to 'magazines'@'localhost' identified by 'magazines';

mysql> flush privileges;

mysql> exit

$ mysql -uroot -p < install/magazines.sql

$ sudo vi /etc/hosts

# add a line like this to /etc/hosts

127.0.0.1    magazines.local

# the following instructions are ubuntu specific

$ sudo cp install/vhost.conf /etc/apache2/sites-available/magazines.conf

$ cd /etc/apache2/sites-available

$ sudo a2ensite magazines.conf

$ sudo service apache2 reload

About

A demo app / code sample in ZF2 Zend Framework 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published