Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

Commit 59c1d10

Browse files
authored
Merge pull request #82 from alt3/2.0-beta1
Update docs for 2.0-beta1
2 parents b5a5ba1 + 02e3dcc commit 59c1d10

File tree

7 files changed

+22
-13
lines changed

7 files changed

+22
-13
lines changed

.cakebox/bash/ubuntu-16.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).
176176
printf %71s |tr " " "-"
177177
printf '\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`';
179179
printf "on your local machine to complete the upgrade process.\n"
180180
printf "\n"
181181
printf "See /var/log/apt/term.log for detailed upgrade information."

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
4041
vagrant 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

docs/sources/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
of your Cakebox Dashboard for an actual list.
3030

3131
![Box Software](img/box-software.png)

docs/sources/img/box-software.png

-511 Bytes
Loading
-2 KB
Loading

docs/sources/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

docs/sources/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)