I hereby claim:
- I am adamculp on github.
- I am adamculp (https://keybase.io/adamculp) on keybase.
- I have a public key whose fingerprint is EFD0 7E36 95BE 887D 940A 263B 9698 58F8 43C7 815E
To claim this, I am signing this object:
| 1. Install VirtualBox (4.3.10 for this writing) | |
| 2. Install Vagrant (1.6 for this writing) | |
| 3. Download Ubuntu 14.04 64bit Server ISO | |
| 4. Crate a new VM with following criteria: | |
| a. 40 GB hard drive, set to dynamically resize | |
| b. 360 MB RAM | |
| c. Network set up as NAT |
I hereby claim:
To claim this, I am signing this object:
| Building Great Products | |
| ======================= | |
| 1. Intro | |
| a. talk | |
| b. me | |
| 2. Vision realized | |
| a. "Like Facebook" already failed | |
| b. it's your baby | |
| c. target customer |
| Building Great Products | |
| ======================= | |
| 1. Intro | |
| a. talk | |
| b. me | |
| 2. Vision realized | |
| a. "Like Facebook" already failed | |
| b. it's your baby | |
| c. target customer |
Welcome, the workshop is hands-on where you will actually be coding while you learn. (it's the best way to learn) This setup will help you with the following:
/home/vagrant/workspace/expressive folder where you will code, and an expressive-final folder with a completed version of the labs for you to use as a resource.| FROM ubuntu:16.04 | |
| MAINTAINER Sammy Kaye Powers | |
| RUN apt-get update \ | |
| && apt-get install sudo vim git -y \ | |
| && apt-get install build-essential autoconf valgrind -y \ | |
| && apt-get install re2c bison -y \ | |
| && apt-get install libxml2-dev locales lcov -y |
$ git remote set-url origin {your-fork-URL}Welcome, the workshop is hands-on where you will actually be coding while you learn. (it's the best way to learn) This setup will help you with the following:
/home/vagrant/workspace/expressive folder where you will code, and an expressive-final folder with a completed version of the labs for you to use as a resource.