Giter Club home page Giter Club logo

elao-standard's Introduction

Elao Symfony Standard Edition

Symfony 2.8 Join the chat at https://gitter.im/Elao/symfony-standard

Requirements

Note: The $ stands for your machine CLI, while the stands for the VM CLI

Installation

Create the project and access to its directory (where [app] is your application name)

$ composer create-project elao/symfony-standard [app] 2.8.x-dev --prefer-dist --no-install
$ cd [app]

Install and prepare the project dependencies

$ make setup

Customize

TODO

Usage

Your app is accessible via http://app.vendor.dev/app_dev.php

Tests

⇒ make test

Faq

VirtualBox DHCP Server

A host only network interface you're attempting to configure via DHCP already has a conflicting host only adapter with DHCP enabled. The DHCP on this adapter is...

$ VBoxManage dhcpserver remove --netname HostInterfaceNetworking-vboxnet0

OSX DNS Cache

If you virtual machine does not answer, or ping to 127.0.53.53

On Yosemite 10.10 to 10.10.3

$ sudo discoveryutil mdnsflushcache
$ sudo discoveryutil udnsflushcaches

Before Yosemite and on Yosemite 10.10.4

$ sudo killall -HUP mDNSResponder

See: https://support.apple.com/kb/HT202516

OSX ssh key forwarding

$ ssh-add -K ~/.ssh/[your_private_key]

Vagrant process crash

An action 'foo' was attempted on the machine 'bar', but another process is already executing an action on the machine. Vagrant locks each machine for access by only one process at a time. Please wait until the other Vagrant process finishes modifying this machine, then try again.

Kill vagrant ruby process, and try again

$ killall ruby

Nfs shares without password confirmation

Edit /etc/sudoers

$ sudo visudo

Under the section # Cmnd alias specification, add the following lines

# Cmnd alias specification
Cmnd_Alias VAGRANT_EXPORTS_ADD = /usr/bin/tee -a /etc/exports
Cmnd_Alias VAGRANT_NFSD = /sbin/nfsd restart
Cmnd_Alias VAGRANT_EXPORTS_REMOVE = /usr/bin/sed -E -e /*/ d -ibak /etc/exports

Then in # User privilege specification section, append the following line underneath %admin ALL=(ALL) ALL

%admin  ALL=(root) NOPASSWD: VAGRANT_EXPORTS_ADD, VAGRANT_NFSD, VAGRANT_EXPORTS_REMOVE

elao-standard's People

Contributors

arnaudbenassy avatar benji07 avatar gitter-badger avatar hyvs avatar jeremyfagis avatar johanlopes avatar lutangar avatar maximecolin avatar nervo avatar nicolasdievart avatar ogizanagi avatar sebsolere avatar supertanuki avatar tom32i avatar tristanbes avatar woecifaun avatar xgorse avatar yoh avatar

Watchers

 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.