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

Commit 1e6e0ed

Browse files
Merge pull request #6 from eugene-manuilov/release/2.0-beta4
Release/2.0
2 parents d76be8b + 10fcb56 commit 1e6e0ed

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Phalcon VM (2.0-beta3)
1+
# Phalcon VM 2.0
22

33
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.
44

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

99
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.
1010

11-
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.
11+
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.
1212

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

1515
1. [Ubuntu](http://www.ubuntu.com/) 16.04 LTS (Xenial Xerus)
1616
1. [nginx](http://nginx.org/) (mainline version)
17+
1. [Varnish](http://varnish-cache.org/) 4.x
1718
1. [Phalcon PHP](https://phalconphp.com/) 3.x
1819
1. [Phalcon Dev Tools](https://docs.phalconphp.com/en/latest/reference/tools.html) 3.x
1920
1. [Zephir](http://zephir-lang.com/) 0.9.x

provision/puppet/modules/phalconvm/manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'imagemagick', 'subversion', 'git', 'zip', 'unzip', 'ngrep', 'curl', 'make',
1212
'autoconf', 'automake', 'build-essential', 'libxslt1-dev', 're2c',
1313
'libxml2-dev', 'libmcrypt-dev', 'vim', 'colordiff', 'gcc', 'libpcre3-dev',
14-
'dos2unix', 'ntp', 'gettext', 'libyaml-dev', 'ack-grep', 'g++',
14+
'dos2unix', 'ntp', 'gettext', 'libyaml-dev', 'ack-grep', 'g++', 'ruby', 'rubygems-integration',
1515
]
1616

1717
package { $packages: ensure => 'installed' }

www/default/app/views/layouts/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<header class="nav-header" layout-padding>
33
<h1 id="logo" class="md-heading">
44
<a href="/">PhalconVM</a>
5-
<small>2.0-beta3</small>
5+
<small>2.0</small>
66
</h1>
77
</header>
88

0 commit comments

Comments
 (0)