Skip to content

vitalyiegorov/lesson_gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SamsonPHP Bootstrap

#Installation First of all you must get Composer working on your system.

For automatic installation of SamsonPHP application and all of its dependencies use:

php composer.phar create-project --prefer-dist -s dev samsonos/htmlapp [your_path]

If you have installed composer globally you should use:

composer create-project --prefer-dist -s dev samsonos/htmlapp [your_path]

#What next?

  • You should change this readme.md to describe future project purposes
  • Create www/cache folder with right to write for your web-server user
  • Create database and configure connection to it via /app/config/ActiveRecordConfig.php(How to configure module)
  • Open your project in browser to check if everything is fine.
  • Write your project code and have fun!

To learn more about using SamsonPHP visit official documentation

Developed by SamsonOS

About

SamsonPHP gallery application lesson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.1%
  • XML 8.0%
  • ApacheConf 4.9%
  • CSS 1.9%
  • JavaScript 1.1%