Last active
September 20, 2016 10:41
-
-
Save wookay/7e183a884592b3dbab02a228787bd22d to your computer and use it in GitHub Desktop.
circleci bukdu
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
cd /home/ubuntu/ | |
wget https://julialang.s3.amazonaws.com/bin/linux/x64/0.5/julia-0.5.0-linux-x86_64.tar.gz | |
tar xvzf julia-0.5.0-linux-x86_64.tar.gz -C /home/ubuntu/ | |
mkdir -p /home/ubuntu/.julia/v0.5/ | |
cd /home/ubuntu/.julia/v0.5/ | |
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/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-3c9d75391c/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