Here are some notes / experience from the trying out of DeepDive, DeepDive with Docker, Docker etc.
I'm on Windows 8.1.
Note that this page is quite raw at the moment... these are just quite notes jotting!
Here are some notes. For detail installation methods - see the DeepDive page.
Vagrant - Ubuntu/Trusty64 VM - Linux Installation Method (this works quite well):
I deploy a Ubuntun/Trusty64 VM via VirtualBox, then followed through the Linux installation method. Worked quite well so far. Here are some extra notes. I explicitly definte a private IP address for the VM - so I can access some Linux filesystems / files via SAMBA share from my Windows Laptop (to edit text files using Sublime Text editor on my Laptop, etc.).
- How to change ubuntu hostname
- SAMBA in conjunction with Vagrant - assigning private network will enable SAMBA file sharing between Ubuntu VM Guest and Windows Host.
- Reserved Private Network addresses - wiki
Windows Docker Installation Notes (I gave up in the end - error error error! So treat following as FYI only):
- Run
docker
command at home directory. - Read that Windows Installation Documentation.
- Run in CMD essentially mean run in Gitbash.
- Fire up Oracle Virtual Box to see what VMs are running.
- Kitematic stuck at
99%
issue. This GitHub fix note has worked for me and I can now run Kitematic! - Setting up Docker native environment
- PGAdmin - a Postgres SQL GUI
- Vagrant-PostgreSQL-pgAdmin: a fantastic post that has enabled me to access a PostgreSQL database (stored inside a Vagrant Ubuntu/Trusty64 VM) from my Laptop’s pgAdmin GUI. A very handy guide for future references.