Giter Club home page Giter Club logo

fwdays's Introduction

It's engine for site of conference Frameworks Days

Build Status Scrutinizer code quality SymfonyInsight

a) Install Composer

$ curl -s https://getcomposer.org/installer | php

b) Install the Vendor Libraries

$ ./composer.phar install

c) Create DB, update it and load fixtures

$ ./console doctrine:database:create
$ ./console doctrine:migrations:migrate
$ ./console doctrine:fixtures:load

d) Import translations from translate files to DB

$ ./console lexik:translations:import

e) Install npm

$ sudo apt-get install nodejs
$ sudo apt-get install npm
$ nvm install 6.9.2
$ nvm use 6.9.2
$ npm run gulp-dev

Setup dev-env via docker and fig

  1. Running containers

After it run:

$ docker-compose up -d

After it run once for initialization:

$ docker-compose exec php /app/init 

It's installs vendors, npm and setup database.

  1. Some notes about configuration and usage:

Web app url: http://127.0.0.1:8000 Phpmyadmin: http://127.0.0.1:6789/ (user: root, password: qwerty) mailcatcher: http://127.0.0.1:1080

container access: $ docker-compose exec php bash

fwdays's People

Contributors

stfalcon avatar fre5h avatar bolotyuh avatar svatok13 avatar ruslan-khomiak avatar webkmua avatar mutuh avatar jekakm avatar zion03 avatar oggy3011 avatar lensky84 avatar verdet23 avatar logansua avatar metalslave avatar ftrrtf avatar emeraldmaster avatar i-samaryov avatar amahomet avatar bogdosarov avatar katrevich avatar zzenmate avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.