Code Monkey home page Code Monkey logo

symfony14's Introduction

Symfony v1.4

Configuración Inicial para ejecutar Symfony ver 1.4 usando vagrant y la maquina virtual precise32

Aplicaciones Instaladas

  • Maquina Virtual 'precise32'
  • Ubuntu 12.04 LTS - Kernel 3.2.0-23-generic-pae i686
  • PHP 5.3.10-1ubuntu3.21: -> libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php5-mysql php-apc
  • Apache/2.2.22 (Ubuntu)
  • mysql Ver 14.14 Distrib 5.5.46
  • mysql-client mysql-server
  • git version 1.7.9.5
  • PhpMyAdmin
  • curl 7.22.0

Para Iniciar (Get started)

  $ git clone git://github.com/jlobaton/symfony14.git 
  $ cd symfony14

.. editar el archivo Vagrantfile y personalizar el directorio de trabajo en la sección host_project* y guest_docroot

  "host_project_folder"  => "directorio/carpeta_de_trabajo",
  "guest_project_folder" => "/home/vagrant/carpeta_de_trabajo",
  "guest_docroot"        => "/home/vagrant/carpeta_de_trabajo/web",

...y una vez iniciado el vagrant, se empezará a instalar la maquina virtual precise32.box .y todas las aplicaciones , y luego para tener acceso a la maquina inicial instalada, ejecutamos

  $ vagrant up

Acceso al Servidor Apache (Access to Apache server) :

  URL: http://33.33.333.1:8080

MySQL and PhpMyAdmin:

  Username: root
  Password: 1234
  PhpMyAdmin URL: http://33.33.333.1:8080/phpmyadmin

Autor (Author)

Jesus Maria Lobaton Escobar < [email protected] >

symfony14's People

Contributors

jlobaton 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.