Skip to content

smetana/tipy-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#tipy-project

This is an application skeleton for a typical tipy project. You can use it to quickly bootstrap your tipy web app.

##Prerequisites

  • PHP 5.5+
  • Apache 2
  • MySQL
  • Git
  • Composer

##Installation

git clone https://github.com/smetana/tipy-project myproject
cd myproject
composer.phar install

Add virtual host to apache2

# /etc/apache2/sites-available/tipy-conf

<VirtualHost 127.0.0.1:80>
    ServerName localhost
    DocumentRoot /home/user/projects/tipy-project/public
    <Directory "/home/user/projects/tipy-project">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

About

Application skeleton for a typical tipy project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published