https://github.com/anxiousmodernman/deno-builds
Vagrant boxes and containers that build the Deno TypeScript runtime
https://github.com/anxiousmodernman/deno-builds
centos deno vagrant
Last synced: about 2 months ago
JSON representation
Vagrant boxes and containers that build the Deno TypeScript runtime
- Host: GitHub
- URL: https://github.com/anxiousmodernman/deno-builds
- Owner: anxiousmodernman
- Created: 2019-05-12T15:53:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T15:53:27.000Z (about 7 years ago)
- Last Synced: 2025-02-24T09:26:08.262Z (over 1 year ago)
- Topics: centos, deno, vagrant
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-centos-build
A Vagrant box that should build deno.
## Getting Started
I run this on a beefy desktop with 8 cores and lots of RAM. Adjust the Vagrant
config to your specs. Be warned that building deno can take half an hour to
an hour, so be generous.
```bash
vi Vagrantfile # make your adjustments to ram and cpus
```
Vagrant will download a centos7 vm image, install build dependencies, and clone
deno.
```
vagrant up
vagrant ssh
```
If all goes well, a **deno** directory will be sitting in **/home/vagrant**.
You're ready to build from source. Check the deno docs for the latest
instructions.