Skip to content

Instantly share code, notes, and snippets.

@wookay
Last active January 20, 2018 13:45
Show Gist options
  • Save wookay/6a21dcc85fbce27c4cb45277c98cefd3 to your computer and use it in GitHub Desktop.
Save wookay/6a21dcc85fbce27c4cb45277c98cefd3 to your computer and use it in GitHub Desktop.
gist cmd.sh for Bukdu on Julia 0.6
cd /home/ubuntu/
wget https://julialang-s3.julialang.org/bin/linux/x64/0.6/julia-0.6.2-linux-x86_64.tar.gz
tar xvzf julia-0.6.2-linux-x86_64.tar.gz -C /home/ubuntu/
mkdir -p /home/ubuntu/.julia/v0.6/
cd /home/ubuntu/.julia/v0.6/
git clone https://github.com/JuliaLang/METADATA.jl.git METADATA
git clone https://github.com/JuliaLang/BinDeps.jl.git BinDeps
git clone https://github.com/JuliaLang/Compat.jl.git Compat
git clone https://github.com/JuliaWeb/HttpCommon.jl.git HttpCommon
git clone https://github.com/JuliaWeb/HttpParser.jl.git HttpParser
git clone https://github.com/JuliaWeb/HttpServer.jl.git HttpServer
git clone https://github.com/JuliaWeb/MbedTLS.jl.git MbedTLS
git clone https://github.com/staticfloat/SHA.jl.git SHA
git clone https://github.com/JuliaWeb/URIParser.jl.git URIParser
git clone https://github.com/JuliaArchive/Nullables.jl.git Nullables
git clone https://github.com/JuliaLang/JSON.jl.git JSON
git clone https://github.com/jverzani/Mustache.jl.git Mustache
git clone https://github.com/BioJulia/BufferedStreams.jl.git BufferedStreams
git clone https://github.com/dcjones/Codecs.jl.git Codecs
git clone https://github.com/BioJulia/Libz.jl.git Libz
git clone https://github.com/JuliaWeb/Requests.jl.git Requests
git clone https://github.com/wookay/Bukdu.jl.git Bukdu
/home/ubuntu/julia-d386e40c17/bin/julia -e 'Pkg.build("MbedTLS"); Pkg.build("HttpParser")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment