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

Commit

Permalink
Merge pull request #82 from alt3/2.0-beta1
Browse files Browse the repository at this point in the history
Update docs for 2.0-beta1
  • Loading branch information
bravo-kernel authored Mar 28, 2017
2 parents b5a5ba1 + 02e3dcc commit 59c1d10
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .cakebox/bash/ubuntu-16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sudo DEBIAN_FRONTEND='noninteractive' apt-get -y -o Dpkg::Options::='--force-con

## ============================================
## FYI software has already been upgraded here:
##
##
## lsb_release -a => 16.04.2 LTS
## php -v => php 7.1.3
## hhvm --version => hhvm 3.18.1
Expand Down Expand Up @@ -175,7 +175,7 @@ sudo rm /etc/apt/apt.conf.d/local
## any rogue "previous" processes are killed).
printf %71s |tr " " "-"
printf '\n'
printf "All done, you MUST now restart your vm by running `vagrant reload`";
printf 'All done, you MUST now restart your vm by running `vagrant reload`';
printf "on your local machine to complete the upgrade process.\n"
printf "\n"
printf "See /var/log/apt/term.log for detailed upgrade information."
Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Cakebox

Multi-framework PHP development environment.
Framework agnostic virtual PHP development environment.

## Requirements

Expand All @@ -27,8 +27,9 @@ Multi-framework PHP development environment.

## What do you get?

A 64-bit virtual machine running [Ubuntu 14.04.1 LTS](https://wiki.ubuntu.com/LTS)
with a lot of useful [software and features](http://cakebox.readthedocs.org/en/latest/features/).
A 64-bit virtual machine running [Ubuntu 16.04 LTS](https://wiki.ubuntu.com/LTS)
with a lot of useful [software and features](http://cakebox.readthedocs.org/en/latest/features/)
like PHP 7.1.

## Installation

Expand All @@ -40,6 +41,14 @@ vagrant plugin install vagrant-vbguest
vagrant up
```

Optionally upgrade your box to Ubuntu 16.04 by running:
```
vagrant ssh
/cakebox/bash/ubuntu-16.sh
exit
vagrant reload
```

> **Note:** the initial download of the (~2GB) box image could take some time
> so please be patient.
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ completeness only.

## Software

Your box runs a 64-bit version of [Ubuntu 14.04.1 LTS](https://wiki.ubuntu.com/LTS)
and comes with a bunch of useful software. Check the ``Virtual Machine`` section
Your box runs a 64-bit version of [Ubuntu 16.04 LTS](https://wiki.ubuntu.com/LTS)
and comes with a bunch of useful software like PHP 7.1. Check the ``Virtual Machine`` section
of your Cakebox Dashboard for an actual list.

![Box Software](img/box-software.png)
Expand Down
Binary file modified docs/sources/img/box-software.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/sources/img/fresh-install-cake3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/sources/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cakebox 1.0-alpha3
# Cakebox 2.0-beta1

Multi-framework PHP development environment.
Framework agnostic virtual PHP development environment.

## Get productive

Expand Down
8 changes: 4 additions & 4 deletions docs/sources/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Alpha
## Beta

We are currently in alpha so things may break. Help us improve by
We are currently in beta so things may break. Help us improve by
[reporting problems](https://github.com/alt3/cakebox/issues).

## Requirements
Expand All @@ -25,8 +25,8 @@ We are currently in alpha so things may break. Help us improve by

## What do you get?

A 64-bit virtual machine running [Ubuntu 14.04.1 LTS](https://wiki.ubuntu.com/LTS)
with a lot of useful [software and features](features/).
A 64-bit virtual machine running [Ubuntu 16.04 LTS](https://wiki.ubuntu.com/LTS)
with a lot of useful [software and features](features/) like PHP 7.1.

## Installation

Expand Down

0 comments on commit 59c1d10

Please sign in to comment.