Git Product home page Git Product logo

no-rust-now-what's Introduction

I do not have Rust installed, now what?

This README provides some helpful hints how to participate in the workshop when you do not have Rust installed.

Install Rust

Rust is an awesome language and installing it is preferable. This can be achieved by executing the following command

curl https://sh.rustup.rs -sSf | sh

Unfortunatly, sometimes you just can't install Rust. What ever the reason, whether it is the conference WiFi or you do not want to commit just yet, keep on reading. Maybe we can provide an other option.

Docker

This repository contains a docker image that can be loaded into docker with the following commands.

gunzip workshop-rust.tar.gz
docker load -i workshop-rust.tar

The packaged image is scorpil/rust. To use it, go to the directory that contains your Rust projects and run the following docker command.

docker run -i -t -v $PWD:/projects scorpil/rust

If docker is not an option for you, please read on.

VirtualBox

We prepared a VirtualBox machine just for the occasion. We hope you can use this, because it is our last ditch effort. To use it copy the image to your machine and import it in VirtualBox.

no-rust-now-what's People

Contributors

dvberkel avatar

Watchers

 avatar Rico Hermans avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.