Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamwilliamhames/crystal-vagrant
Crystal lang development environment using Vagrant
https://github.com/iamwilliamhames/crystal-vagrant
crystal crystal-lang crystal-language vagrant vagrant-environments vagrantfile virtualbox
Last synced: 15 days ago
JSON representation
Crystal lang development environment using Vagrant
- Host: GitHub
- URL: https://github.com/iamwilliamhames/crystal-vagrant
- Owner: IAmWilliamHames
- Created: 2022-08-21T10:32:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T23:50:32.000Z (over 2 years ago)
- Last Synced: 2024-10-25T01:25:35.822Z (2 months ago)
- Topics: crystal, crystal-lang, crystal-language, vagrant, vagrant-environments, vagrantfile, virtualbox
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crystal Development Environment Using Vagrant
## Requirements
* [Vagrant](http://vagrantup.com)
* [VirtualBox](https://www.virtualbox.org)## Setup
$ git clone https://github.com/wjhames/crystal-vagrant.git
$ cd crystal-vagrant
$ vagrant up**Note:** Don't forget to provision as an administrator.
## Usage
A `./shared` folder will be generated on the host machine that links to `./vagrant` folder on the virtual machine.Ssh into the virtual machine with:
$ vagrant ssh