Skip to content

Instantly share code, notes, and snippets.

@danielpclark
Created November 20, 2018 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpclark/effc14e7cace846605d40aebe9fbcfa0 to your computer and use it in GitHub Desktop.
Save danielpclark/effc14e7cace846605d40aebe9fbcfa0 to your computer and use it in GitHub Desktop.
apt-get update
apt-get install ruby nodejs curl build-essential ruby-dev libxml2-dev
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt-get update && apt-get install yarn
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
export USER=root
gem install bundler rake webpacker_cli
cargo new mouse
cd mouse
webpacker-cli init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment