Git Product home page Git Product logo

vagrant-zend-server's Introduction

Who is this for?

This Vagrant project is made for developers who want an easy to use LAMP stack on their computer.

It uses the Zend Community server from the zend repos. The Zend Server is an easy to use webinterface to Apache/PHP so even inexperienced users can easily view the apache logs, change php ini values and debug their code.

Zend Server admin screenshot

What does it contain?

It's based on the precise64 box (http://files.vagrantup.com/precise64.box) and it contains the following extra software:

  • zend-server-ce-php-5.3
  • phpmyadmin-zend-server
  • postfix

How to use it

  • clone the project
  • edit Vagrantfile and edit the puppet.facter variables
  • enter the directory and do a vagrant up

The admin interface is on http://localhost:10081 or https://localhost:10082
The webserver can be accessed on http://localhost:8080.

The mysql port on the Vagrant instance is redirected to localhost:3306 (so you can easily use MySQL workbench or something). If you already have MySQL running on you local host machine this could give some problems.

~/Public (based on the Ubuntu desktop homedirectory layout) is mounted to the VM's /var/www. There you can place your files so they are accessible on http://localhost:8080

phpmyadmin can be accessed on http://localhost:10081/phpmyadmin

The default mysql password is empty so you have to set in. Login via ssh: vagrant ssh and set the password:

mysqladmin -u root password mYSupAhSecretPaszW0rD

Tips

Quicly changing the package mirrors (in this case from us to nl):

sudo sed '[email protected]@nl.archive.ubuntu.com@' -i /etc/apt/sources.list

vagrant-zend-server's People

Contributors

leonb avatar elialejandro avatar

Watchers

Humberto dos Reis Rodrigues 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.