Skip to content

windheart/test-task-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation


Installation process for debian-based systems.

Requirements


  • PHP 5.5 or newer
  • Any webserver: Apache, nginx etc.
  • Mysql
  • GIT
sudo su
apt-get install php5 apache2 mysql-server mysql-client php5-mysql git

PHP Libraries

  • Intl
  • Curl
  • Composer
  • PDO
sudo su

apt-get install curl php5-curl php5-intl

We don't store composer.phar in the git, so you need to download it manually and install to common bin directory

sudo su
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin
chmod +x /usr/local/bin/composer.phar
mv /usr/local/bin/composer.phar /usr/local/bin/composer

Set up the project


Get code


git clone git@github.com:payeverworldwide/test-task-frontend.git <target directory name>

Configuration

Install vendors:

composer install npm install gulp

Database

(run commands from project root)

  • Create mysql database php app/console doctrine:database:create
  • Create database schema php app/console doctrine:schema:create
  • Load doctrine fixtures php app/console doctrine:fixtures:load

About

Symfony project for frontend test task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published