Skip to content

Install Apache and PHP on Ubuntu 14.04

Paco Mekler edited this page Jan 9, 2015 · 1 revision

Apache + PHP + Ubuntu 14.04

  • Update the server

    apt-get update && apt-get upgrade -y

  • Set the appropriate encoding (since we speak spanish in México, we need es_MX.UTF-8)

    locale-gen es_MX.UTF-8

  • Install git-core

    apt-get install git-core vim -y

  • Download the repo

    git clone https://github.com/imco/mte-v1.0.git

  • Go to the folder INSTALL inside mte-v1.0

    cd mte-v1.0/INSTALL/

  • Change file permissions to +x and execute it

    ./one-click.sh