Coder Social home page Coder Social logo

logansua / fwdays Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stfalcon/fwdays

0.0 2.0 0.0 6.08 MB

Powered by Symfony2. Site for conference "Frameworks Days"

License: MIT License

Ruby 0.12% ApacheConf 0.03% PHP 67.23% HTML 12.07% Shell 0.24% Gherkin 9.05% JavaScript 1.60% CSS 9.67%

fwdays's Introduction

It's engine for site of conference Frameworks Days

Build Status

  1. Download

Clone the git Repository from the main repository or fork it to your github account:

Note that you must have git installed and be able to execute the git command.

$ git clone git://github.com/stfalcon/fwdays.git .
  1. Installation

a) Check your System Configuration

Before you begin, make sure that your local system is properly configured for Symfony2. To do this, execute the following:

$ ./app/check.php

If you get any warnings or recommendations, fix these now before moving on.

Requirements

  • PHP needs to be a minimum version of PHP 5.3.3
  • Sqlite3 needs to be enabled
  • JSON needs to be enabled
  • ctype needs to be enabled
  • Your PHP.ini needs to have the date.timezone setting
  • Intl needs to be installed with ICU 4+
  • APC 3.0.17+ (or another opcode cache needs to be installed)

b) Change the permissions of the "app/cache/" and "app/logs" directories so that the web server can write into it.

$ chmod 0777 app/cache/ app/logs

c) Install Composer

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

d) Install the Vendor Libraries

$ ./composer.phar install

e) Change DBAL settings, create DB, update it and load fixtures

Change DBAL setting in app/config/config.yml, app/config/config_dev.yml or app/config/config_test.yml. After that execute the following:

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

You can set environment test for command if you add --env=test to it.

f) Install Assets (if they hadn't been installed in e step or if you want to update them )

$ ./console assets:install web --symlink

Setup dev-env via docker and fig

  1. Install docker and fig

    $ sudo wget https://get.docker.io/builds/Linux/x86_64/docker-latest -O /usr/local/bin/docker
    $ sudo chmod a+x /usr/local/bin/docker

Then add "/usr/local/bin/docker -d -G your_username" to /etc/rc.local and start docker daemon

    $ sudo wget https://github.com/docker/fig/releases/download/0.5.2/linux -O /usr/local/bin/fig
    $ sudo chmod a+x /usr/local/bin/fig
  1. Running containers

Clone git repository:

    $ git clone git://github.com/stfalcon/fwdays.git .
    $ fig up

After it run:

    $ fig run web setup

It's installs vendors and setup database.

After it you can open http://127.0.0.1:8000 with running web app

  1. Some notes about configuration and usage:

Web app url: http://127.0.0.1:8000

Phpmyadmin: http://127.0.0.1:8000/phpmyadmin/ (user: root, without password)

Run some command: fig run web

Debugging email sending: all mail are catch by mailcatcher and available via http://127.0.0.1:1080/

Webshell for some custom tasks: http://127.0.0.1:8000/webshell/ (password: b374k)

fwdays's People

Contributors

stfalcon avatar fre5h avatar bolotyuh avatar webkmua avatar mutuh avatar jekakm avatar zion03 avatar oggy3011 avatar lensky84 avatar verdet23 avatar ftrrtf avatar emeraldmaster avatar i-samaryov avatar amahomet avatar bogdosarov avatar katrevich avatar

Watchers

James Cloos avatar Oleh Kachynskyi 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.