jokmontoya / my-simple-web

My simple web, Slim+IdiORM+Twig+Bootstrap Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importante

Si buscas la versión publicada en este libro mira la version 1.4. If you are looking for the version of this book see 1.4 release.

Clone the project in your disk

git clone https://github.com/jlaso/my-simple-web.git

install requirements: composer install

Prepare correct permissions

mkdir app/cache and app/logs permissions +w on app/cache and app/logs

Create db

introduce access to db in app/config/dbconfig.php, for that you can copy dbconfig_sample.php in the same folder. Then execute the script that creates the DB and fixtures for tables (you need almost PHP >= 5.3.7),

php regenerateDBwithoutConfirmation.php

Customization

customize logo and images on web/custom/frontend/img

  • web/custom/frontend/img/favicon.gif
  • web/custom/frontend/img/logo.png
  • web/custom/frontend/img/subcontent.png
  • In backend (enter at /admin, user and pass admin), you can change trivial info of webpage, like at the moment: web.title, web.description and web.keywords

See the issues if you want help to development. And see the wiki for last minute info.

About

My simple web, Slim+IdiORM+Twig+Bootstrap Twitter

License:MIT License


Languages

Language:HTML 77.6%Language:CSS 13.6%Language:PHP 6.6%Language:JavaScript 1.7%Language:C++ 0.5%Language:Smarty 0.1%Language:ApacheConf 0.0%Language:Shell 0.0%Language:Gherkin 0.0%