Created
November 20, 2018 02:15
-
-
Save danielpclark/effc14e7cace846605d40aebe9fbcfa0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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