Skip to content

Commit

Permalink
Move setup up to, change vbox link to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shrayasr committed Jul 27, 2016
1 parent ab12e88 commit 531d2da
Showing 1 changed file with 40 additions and 39 deletions.
79 changes: 40 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
[Link](https://fifthelephant.talkfunnel.com/2016/64-building-a-scalable-data-science-platform-luigi-ap)

## Setup

We use Vagrant along with Virtual Box to make our job easier

- To get started you will need Virtual Box. Go download it from
[here](https://www.virtualbox.org/wiki/Download_Old_Builds_5_0). We highly
recommend using 5.0 but 5.1 should work just fine as well.
- Once Virtual Box is installed, install Vagrant from
[here](https://www.vagrantup.com/downloads.html).

By the end of these 2 steps, you should have the `vagrant` executable in your
path.

Once this is done, clone the repository into a location of your choice

```
git clone https://github.com/unnati-xyz/fifthel-2016-workshop.git
```

Then `cd` into the repository directory

```
cd fifthel-2016-workshop
```

From here, you want to bring up the vagrant box. Its quite simple

```
vagrant up
```

This will download the Unnati image and start up the virtual machine. Next
SSH into the machine

```
vagrant ssh
```

Following this, if you see a prompt, then you're good to go :)

## Abstract

"In theory, there is no difference between theory and practice. But in
Expand Down Expand Up @@ -99,42 +139,3 @@ We will be covering the following topics for API:
- Knowledge of software engineering:
- Understanding scalability and high available systems

## Setup

We use Vagrant along with Virtual Box to make our job easier

- To get started you will need Virtual Box. Go download it from
[here](https://www.virtualbox.org/wiki/Downloads). It has been tested end
to end on 5.0 but 5.1 should work just fine as well.
- Once Virtual Box is installed, install Vagrant from
[here](https://www.vagrantup.com/downloads.html).

By the end of these 2 steps, you should have the `vagrant` executable in your
path.

Once this is done, clone the repository into a location of your choice

```
git clone https://github.com/unnati-xyz/fifthel-2016-workshop.git
```

Then `cd` into the repository directory

```
cd fifthel-2016-workshop
```

From here, you want to bring up the vagrant box. Its quite simple

```
vagrant up
```

This will download the Unnati image and start up the virtual machine. Next
SSH into the machine

```
vagrant ssh
```

Following this, if you see a prompt, then you're good to go :)

0 comments on commit 531d2da

Please sign in to comment.