ESNFranceG33kTeam / ESNP

ESN Android App for NP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESNP - ESN NP Android App Backend

Build Status

How do I get set up?

Installation

Here are the different steps to install the project

Download the project through git

git clone https://github.com/ESNFranceG33kTeam/ESNP.git

Install vendor

composer install

Configure folder

Mac

HTTPDUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\  -f1`
sudo chmod +a "$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit" var/cache var/logs var/sessions
sudo chmod +a "$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit" var/cache var/logs var/sessions

or

Linux

HTTPDUSER=`ps aux | 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 var/cache var/logs var/sessions
sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX var/cache var/logs var/sessions

Create and update database

php app/console doctrine:database:create
php app/console doctrine:schema:update --force

Changelog

You can see project evolution here : changelog

Creator

This project has been created and made with SYMFONY framework by Jérémie Samson in order to promote international mobility and help international people in local integration.

About

ESN Android App for NP

License:Apache License 2.0


Languages

Language:PHP 89.2%Language:ApacheConf 6.6%Language:Ruby 3.1%Language:HTML 1.1%