Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from eugene-manuilov/release/2.0-beta4
Browse files Browse the repository at this point in the history
Release/2.0
  • Loading branch information
eugene-manuilov committed Dec 22, 2016
2 parents d76be8b + 10fcb56 commit 1e6e0ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Phalcon VM (2.0-beta3)
# Phalcon VM 2.0

Phalcon VM is an open source [Vagrant](https://www.vagrantup.com/) configuration which contains wide range of tools required in modern web development. Like a Swiss Army Knife, Phalcon VM allows you to easily activate and use tools required for you project.

Expand All @@ -8,12 +8,13 @@ The primary goal of this project is to provide an approachable development envir

After initial provision of your vagrant machine, you will have a fresh Ubuntu 16.04 instance with initial applications set required for very basic development. It includes Nginx server, PHP7 and its extensions (including Phalcon 3.x), Zephir, Composer (with Phalcon Dev Tools installed globally) and a few more. It will also contain a default site which will allow you to configure your environment as you want.

The default site will allow you to activate and configure MySQL, PostgreSQL or MongoDb databases (along with phpMyAdmin and phpPgAdmin tools), Redis and/or Memcached caching systems (along with phpMemcachedAdmin tool), Gearman and/or RabbitMQ jobs servers, Elasticsearch and/or Sphinxsearch search engines.
The default site will allow you to activate and configure Varnish cache, MySQL, PostgreSQL or MongoDb databases (along with phpMyAdmin and phpPgAdmin tools), Redis and/or Memcached caching systems (along with phpMemcachedAdmin tool), Gearman and/or RabbitMQ jobs servers, Elasticsearch and/or Sphinxsearch search engines.

Here is full list of what is and can be installed:

1. [Ubuntu](http://www.ubuntu.com/) 16.04 LTS (Xenial Xerus)
1. [nginx](http://nginx.org/) (mainline version)
1. [Varnish](http://varnish-cache.org/) 4.x
1. [Phalcon PHP](https://phalconphp.com/) 3.x
1. [Phalcon Dev Tools](https://docs.phalconphp.com/en/latest/reference/tools.html) 3.x
1. [Zephir](http://zephir-lang.com/) 0.9.x
Expand Down
2 changes: 1 addition & 1 deletion provision/puppet/modules/phalconvm/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'imagemagick', 'subversion', 'git', 'zip', 'unzip', 'ngrep', 'curl', 'make',
'autoconf', 'automake', 'build-essential', 'libxslt1-dev', 're2c',
'libxml2-dev', 'libmcrypt-dev', 'vim', 'colordiff', 'gcc', 'libpcre3-dev',
'dos2unix', 'ntp', 'gettext', 'libyaml-dev', 'ack-grep', 'g++',
'dos2unix', 'ntp', 'gettext', 'libyaml-dev', 'ack-grep', 'g++', 'ruby', 'rubygems-integration',
]

package { $packages: ensure => 'installed' }
Expand Down
2 changes: 1 addition & 1 deletion www/default/app/views/layouts/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<header class="nav-header" layout-padding>
<h1 id="logo" class="md-heading">
<a href="/">PhalconVM</a>
<small>2.0-beta3</small>
<small>2.0</small>
</h1>
</header>

Expand Down

0 comments on commit 1e6e0ed

Please sign in to comment.