Normal de Barbacoas cumple 64 años de fundada

un dia como hoy la normal de barbacoas de barbacoas, se firmo el contrato con las hermanas Carmelitas , con el gobernardor de Nariño  Sergio Antonio ruano, quien viajo hacia la ciudad de Medeillin con entoces el seoñra Alfonso Rebolledo perez secretario de educacion departamental a firmar con la la madre Lucia ortega para santa teresita oriunda de bogota psicoloca, acompañada de una buen equipo de religioso como la hermana Tereza de Jesis,hermana aura de jesus,

instalar symfony

basado en https://www.youtube.com/watch?v=GWlH-beIuW0&t=1609s

locales xammp.

entornos virtuales o en la nube hay varios cloud 9, vagrant es de pago.trabaja entornios reales como los de produccines.

https://codenvy.io  es gratis.

salir de lo tradicionales y es trabajar en un entorno mas real, trabaja en un entorno linux.

  1. crear un nuevo repositorio para ir guardando todoslos cambios de los proyectos https://github.com/

crear un nuevo workspace.

sudo apt-get update

sudo apt-get install php5_intl

sudo apt-get install php7.0-intl

echo ‘date.timezone = UTC‘ | sudo tee –append /etc/php/7.0/apache2/php.ini

 

mysql -ctl install

https://groups.google.com/a/codenvy.com/forum/#!topic/codenvy/ffeUV0Eg1qI

 

linea de comandos

sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony
sudo chmod a+x /usr/local/bin/symfony
symfony new my_project_name

http://symfony.es/documentacion/como-solucionar-el-problema-de-los-permisos-de-symfony2/

 

Force the installation of version 5.5.9+dfsg-1ubuntu4

sudo apt-get install php5-common=5.5.9+dfsg-1ubuntu4
Version 5.5.9+dfsg-1ubuntu4 can’t be installed in the normal way, because your installed version has a higher version number.

After reading your comments and your updated question, your system is pretty shot up. Why do you use PPAs or install deb files if you do not know how to handle it?

I suspect you’ve used PPAs from here. Therefore

Re-add the PPAs
Upgrade your system. We need a defined state
sudo apt-get update
sudo apt-get dist-upgrade
Decide whether you want to keep the PPAs
If your answer is yes, stop here
If your answer is no, read on

Install a little helper

sudo apt-get install ppa-purge
Purge the PPAs, eg ppa:ondrej/apache2

sudo ppa-purge ppa:ondrej/apache2
Repeat the previous step for all PPAs that you do not want to keep