https://github.com/jamesalbert/vagrant-stanford-stoke
installs Stanford's stoke compiler on ubuntu 16.04
https://github.com/jamesalbert/vagrant-stanford-stoke
Last synced: 12 months ago
JSON representation
installs Stanford's stoke compiler on ubuntu 16.04
- Host: GitHub
- URL: https://github.com/jamesalbert/vagrant-stanford-stoke
- Owner: jamesalbert
- License: mit
- Created: 2017-04-17T20:45:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T22:15:50.000Z (over 9 years ago)
- Last Synced: 2025-02-28T21:50:40.101Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-stanford-stoke


installs Stanford's stoke compiler on ubuntu 16.04
**warning**: you can see in `Vagrantfile` that the defaults for memory and cpu are 100Gb and 60 respectively. If you don't have the resources to support that, change them. This is meant to be run out of the box for UC Irvine's Openlab servers.
# Synopsis
Just run `vagrant up && vagrant ssh`
# Documentation
Docs to stoke can be found [here](https://github.com/StanfordPL/stoke)