Skip to content

lapp - Lapp is an acronym for learning app. A symfony project created for myself to get comfortable with php, symfony and related concepts.

Notifications You must be signed in to change notification settings

pueppiblue/lapp

Repository files navigation

lapp

======

Build Status SensioLabsInsight

Installation notes:

Install composer and npm

curl -sS https://getcomposer.org/installer | php
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
source ~/.nvm/nvm.sh && nvm install 5.10.1

###give webserver access to cache and logs

$ HTTPDUSER=`ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\  -f1`
>$ sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
>$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs

###create user for mysql

mysql -uroot  -p -e "grant all on lapp.* to lapp@'localhost' identified by 'lapp';flush privileges;"

run composer script to initialize the application

php composer.phar run-script project-init

About

lapp - Lapp is an acronym for learning app. A symfony project created for myself to get comfortable with php, symfony and related concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published