lawondyss/skeleton

Skeleton for application on Nette framework.

dev-master 2014-09-10 18:35 UTC

This package is auto-updated.

Last update: 2024-04-17 21:00:09 UTC


README

Application

The best way to install is using Composer.

	composer create-project lawondyss/skeleton my-app
	cd my-app

Make directories temp and log writable. Navigate your browser to the www directory and you will see a welcome page.

It is CRITICAL that whole app, log and temp directories are NOT accessible directly via a web browser!

Database

For create new database import /skeletonDump.sql and in /app/config/config.neon (for localhost /app/config/config.local.neon) set access to database.