2017 © Pedro PelĂĄez
 

project skeleton

Skeleton for application on Nette framework.

image

lawondyss/skeleton

Skeleton for application on Nette framework.

  • Wednesday, September 10, 2014
  • by Lawondyss
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installing

Application

The best way to install is using Composer., (*1)

    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., (*2)

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

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., (*4)

The Versions

10/09 2014

dev-master

9999999-dev

Skeleton for application on Nette framework.

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Ladislav Vondráček