This repository was archived by the owner on Mar 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +22
-13
lines changed
Expand file tree Collapse file tree 7 files changed +22
-13
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sudo DEBIAN_FRONTEND='noninteractive' apt-get -y -o Dpkg::Options::='--force-con
7272
7373# # ============================================
7474# # FYI software has already been upgraded here:
75- # #
75+ # #
7676# # lsb_release -a => 16.04.2 LTS
7777# # php -v => php 7.1.3
7878# # hhvm --version => hhvm 3.18.1
@@ -175,7 +175,7 @@ sudo rm /etc/apt/apt.conf.d/local
175175# # any rogue "previous" processes are killed).
176176printf %71s | tr " " " -"
177177printf ' \n'
178- printf " All done, you MUST now restart your vm by running ` vagrant reload` " ;
178+ printf ' All done, you MUST now restart your vm by running `vagrant reload`' ;
179179printf " on your local machine to complete the upgrade process.\n"
180180printf " \n"
181181printf " See /var/log/apt/term.log for detailed upgrade information."
Original file line number Diff line number Diff line change 55
66# Cakebox
77
8- Multi-framework PHP development environment.
8+ Framework agnostic virtual PHP development environment.
99
1010## Requirements
1111
@@ -27,8 +27,9 @@ Multi-framework PHP development environment.
2727
2828## What do you get?
2929
30- A 64-bit virtual machine running [ Ubuntu 14.04.1 LTS] ( https://wiki.ubuntu.com/LTS )
31- with a lot of useful [ software and features] ( http://cakebox.readthedocs.org/en/latest/features/ ) .
30+ A 64-bit virtual machine running [ Ubuntu 16.04 LTS] ( https://wiki.ubuntu.com/LTS )
31+ with a lot of useful [ software and features] ( http://cakebox.readthedocs.org/en/latest/features/ )
32+ like PHP 7.1.
3233
3334## Installation
3435
@@ -40,6 +41,14 @@ vagrant plugin install vagrant-vbguest
4041vagrant up
4142```
4243
44+ Optionally upgrade your box to Ubuntu 16.04 by running:
45+ ```
46+ vagrant ssh
47+ /cakebox/bash/ubuntu-16.sh
48+ exit
49+ vagrant reload
50+ ```
51+
4352> ** Note:** the initial download of the (~ 2GB) box image could take some time
4453> so please be patient.
4554
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ completeness only.
2424
2525## Software
2626
27- Your box runs a 64-bit version of [ Ubuntu 14 .04.1 LTS] ( https://wiki.ubuntu.com/LTS )
28- and comes with a bunch of useful software. Check the `` Virtual Machine `` section
27+ Your box runs a 64-bit version of [ Ubuntu 16 .04 LTS] ( https://wiki.ubuntu.com/LTS )
28+ and comes with a bunch of useful software like PHP 7.1 . Check the `` Virtual Machine `` section
2929of your Cakebox Dashboard for an actual list.
3030
3131![ Box Software] ( img/box-software.png )
Original file line number Diff line number Diff line change 1- # Cakebox 1 .0-alpha3
1+ # Cakebox 2 .0-beta1
22
3- Multi-framework PHP development environment.
3+ Framework agnostic virtual PHP development environment.
44
55## Get productive
66
Original file line number Diff line number Diff line change 1- ## Alpha
1+ ## Beta
22
3- We are currently in alpha so things may break. Help us improve by
3+ We are currently in beta so things may break. Help us improve by
44[ reporting problems] ( https://github.com/alt3/cakebox/issues ) .
55
66## Requirements
@@ -25,8 +25,8 @@ We are currently in alpha so things may break. Help us improve by
2525
2626## What do you get?
2727
28- A 64-bit virtual machine running [ Ubuntu 14 .04.1 LTS] ( https://wiki.ubuntu.com/LTS )
29- with a lot of useful [ software and features] ( features/ ) .
28+ A 64-bit virtual machine running [ Ubuntu 16 .04 LTS] ( https://wiki.ubuntu.com/LTS )
29+ with a lot of useful [ software and features] ( features/ ) like PHP 7.1 .
3030
3131## Installation
3232
You can’t perform that action at this time.
0 commit comments