https://github.com/dgapitts/vagrant-io
Vagrant scripts to automatically build Ubuntu (precise64 : Ubuntu12.04 x86_64) with Io language installed
https://github.com/dgapitts/vagrant-io
Last synced: over 1 year ago
JSON representation
Vagrant scripts to automatically build Ubuntu (precise64 : Ubuntu12.04 x86_64) with Io language installed
- Host: GitHub
- URL: https://github.com/dgapitts/vagrant-io
- Owner: dgapitts
- Created: 2013-10-01T22:04:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-01T22:44:13.000Z (over 12 years ago)
- Last Synced: 2025-01-08T22:38:55.679Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
------------
I have been working through Bruce Tate's excellent '7 languages in 7 weeks'.
Installing the Io language manually is a bit of a fiddle: [http://haildata.net/2013/10/installing-io/](http://haildata.net/2013/10/installing-io/)
This git repository simplifies the process hopefully - just *git clone* and *vagrant up* ...
Instructions
-------------
git clone git://github.com/dgapitts/vagrant-io.git
cd vagrant-io
vagrant up
Test your new io Virtual Machine
--------------------------------
vagrant ssh
sudo -i
io
Vehicle := Object clone
Sample output
-------------
~/vagrant-io $ vagrant ssh
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
Welcome to your Vagrant-built virtual machine.
Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2
vagrant@iolang:~$ sudo -i
root@iolang:~# io
Io 20110905
Io> Vehicle := Object clone
==> Vehicle_0x17b5090:
type = "Vehicle"
todo:
-----
you currently need to be root ... I ought to be able to setup as the vagrant user!?