Skip to content

Commit

Permalink
Improved installation documentation (#263)
Browse files Browse the repository at this point in the history
* Added Steps for Installing VirtualBox on Windows

VirtualBox is an easy, robust way to install Origami easily on Windows. I myself find it extremely useful, and these are just preliminary steps to setting up an Ubuntu virtual machine for Origami.

* Instructions for Ubuntu Virtual Machine & Edits

What was included:
- Hyper-V removal instructions
- Ten steps on setting up an Ubuntu virtual machine
- Edits to the installation of VirtualBox.

* Instructions for installing Docker

* Installation of Yarn, Pip, Python, and Node

* Extensive changes & added steps

Added further documentation on specific installation steps. This should make installing easier with more steps and concise commands.

* Shortening README

Drop-downs were used to make the README more brief and can be expanded at will.

* Removed Step 8 from V.E. instructions

* Fixing Travis Build Issue by Updating .travis.yml

Making Python versions the same as in the latest branch.
  • Loading branch information
Mike-Do authored and vpn1997 committed Dec 16, 2018
1 parent 64669cb commit 4340a3f
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python

python:
- "2.7"
- "3.4"
- "3.6"

addons:
postgresql: "9.5"
Expand Down
Loading

0 comments on commit 4340a3f

Please sign in to comment.