Skip to content

Basic templates for Racing Green project.

Xopoc/html-racing-green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-racing-green

Basic templates for Racing Green project.

Configuration and instalation

Apache vhost config

<VirtualHost *:80>
    ServerName racing-green.zz
    DocumentRoot /racing-green/web
    <Directory /racing-green/web>
        # enable the .htaccess rewrites
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

Install Composer

Then run the following composer command:

$ php composer.phar install

About

Basic templates for Racing Green project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published