Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meadsteve/erlangspace
Space for learning Erlang
https://github.com/meadsteve/erlangspace
Last synced: 5 days ago
JSON representation
Space for learning Erlang
- Host: GitHub
- URL: https://github.com/meadsteve/erlangspace
- Owner: meadsteve
- Created: 2014-11-05T09:01:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T11:51:14.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T03:11:14.173Z (about 1 month ago)
- Language: Erlang
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ErlangSpace
===========A vagrant box to play with Erlang.
## Setup
0. Install vagrant (http://vagrantup.com/) and VirtualBox (https://www.virtualbox.org/)
1. Clone this repo.
2. Run ```vagrant up```.
3. Run ```vagrant ssh``` to connect to the box
4. Run ```erl``` on the guest. This should start the interactive shell.