Skip to content

mke9m/Vagrant-LAMP-Phalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant-LAMP-Stack-Phalcon Ubuntu 14.04LTS

Current version 1.0

Vagrant Logo

Phalcon Logo

Prerequisites

Virtual Box -- https://www.virtualbox.org/wiki/Downloads Vagrant -- https://www.vagrantup.com/

An understanding of Ubuntu 14.04/Linux

Description

This vagrant script will install the following on Ubuntu 14.04

  • Apache2
  • MYSQL
  • PHP
  • PHP Phalcon

*PHP errors have been enabled *Apache mod rewrite has been enabled *passwords in this script have been set to ‘password’ I suggest you change this before running the script.

Instructions

  • Create a folder for your VM

  • Clone this repository and place the VAGRANT and bootstrap file in the folder you have created above and overwrite the default VAGRANT file.

  • Run the command “vagrant up”

  • Once the script has completed run “vagrant ssh”

this should show you the below output or similar

Host: 192.168.50.4
Port: 22
Username: vagrant 

Use the above information to SHH with whatever SSH client you prefer. The username is vagrant and the password is vagrant.

Additional Notes

All passwords used in this tutorial should be reset. Connect to SSH via 192.168.50.4 port 22

Upcoming in v1.1

  • install phpmyadmin
  • Create a SAMBA share for the www directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages