Last active
December 21, 2015 11:28
-
-
Save fernandoacorreia/6298651 to your computer and use it in GitHub Desktop.
Sample output from installer.py using grep '^INSTALL' on the log file.
This file contains 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
INSTALL: Installing server software | |
INSTALL: sudo apt-get update | |
INSTALL: sudo apt-get upgrade -qq | |
INSTALL: sudo apt-get install build-essential libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-dev python-software-properties unzip git-core libcurl4-openssl-dev libbz2-dev libmysqlclient-dev mongodb-clients libreadline6-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev libgdbm-dev ncurses-dev automake libffi-dev htop libtool bison libevent-dev libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 liborc-0.4-0 libwxbase2.8-0 libwxgtk2.8-0 libgnutls-dev libjson0-dev libmcrypt-dev libicu-dev cmake gettext curl libpq-dev mercurial -qq | |
INSTALL: sudo DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:ubuntu-toolchain-r/test | |
INSTALL: sudo apt-get update | |
INSTALL: sudo apt-get install gcc-4.8 g++-4.8 -qq | |
INSTALL: cp ../config/benchmark_profile ../../.bash_profile | |
INSTALL: sudo sh -c "echo '* - nofile 16384' >> /etc/security/limits.conf" | |
INSTALL: sudo apt-get install maven -qq | |
INSTALL: mvn -version | |
INSTALL: mkdir -p bin | |
INSTALL: wget https://raw.github.com/technomancy/leiningen/stable/bin/lein | |
INSTALL: mv lein bin/lein | |
INSTALL: chmod +x bin/lein | |
INSTALL: curl -L http://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-linux64.tar.bz2 | tar xj | |
INSTALL: ln -sf pypy-2.0.2 pypy | |
INSTALL: curl -L http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tgz | tar xz | |
INSTALL: curl -L http://www.python.org/ftp/python/3.3.2/Python-3.3.2.tar.xz | tar xJ | |
INSTALL: cd Python-2.7.5 && ./configure --prefix=$HOME/FrameworkBenchmarks/installs/py2 --disable-shared CC=gcc-4.8 | |
INSTALL: cd Python-3.3.2 && ./configure --prefix=$HOME/FrameworkBenchmarks/installs/py3 --disable-shared CC=gcc-4.8 | |
INSTALL: cd Python-2.7.5 && make -j | |
INSTALL: cd Python-2.7.5 && make install | |
INSTALL: cd Python-3.3.2 && make -j | |
INSTALL: cd Python-3.3.2 && make install | |
INSTALL: wget https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py | |
INSTALL: pypy/bin/pypy ez_setup.py | |
INSTALL: py2/bin/python ez_setup.py | |
INSTALL: py3/bin/python3 ez_setup.py | |
INSTALL: py2/bin/easy_install -ZU 'pip==1.3.1' | |
INSTALL: py3/bin/easy_install -ZU 'pip==1.3.1' | |
INSTALL: pypy/bin/easy_install -ZU 'pip==1.3.1' | |
INSTALL: py2/bin/easy_install -ZU 'MySQL-python==1.2.4' | |
INSTALL: pypy/bin/easy_install -ZU 'MySQL-python==1.2.4' | |
INSTALL: py3/bin/easy_install -ZU 'https://github.com/clelland/MySQL-for-Python-3/archive/master.zip' | |
INSTALL: py2/bin/easy_install -ZU 'PyMySQL==0.5' | |
INSTALL: pypy/bin/easy_install -ZU 'PyMySQL==0.5' | |
INSTALL: py3/bin/easy_install -ZU 'PyMySQL3==0.5' | |
INSTALL: py2/bin/easy_install -ZU 'simplejson==3.3.0' | |
INSTALL: py3/bin/easy_install -ZU 'simplejson==3.3.0' | |
INSTALL: py2/bin/easy_install -ZU 'psycopg2==2.5.1' | |
INSTALL: py3/bin/easy_install -ZU 'psycopg2==2.5.1' | |
INSTALL: py2/bin/easy_install -ZU 'ujson==1.33' | |
INSTALL: py3/bin/easy_install -ZU 'ujson==1.33' | |
INSTALL: py2/bin/easy_install -ZU 'https://github.com/downloads/surfly/gevent/gevent-1.0rc2.tar.gz' | |
INSTALL: py3/bin/easy_install -ZU 'https://github.com/downloads/surfly/gevent/gevent-1.0rc2.tar.gz' | |
INSTALL: py2/bin/easy_install -ZU 'uwsgi' | |
INSTALL: py3/bin/easy_install -ZU 'uwsgi' | |
INSTALL: py2/bin/easy_install -ZU 'gunicorn==17.5' | |
INSTALL: py3/bin/easy_install -ZU 'gunicorn==17.5' | |
INSTALL: pypy/bin/easy_install -ZU 'gunicorn==17.5' | |
INSTALL: py2/bin/easy_install -ZU 'https://github.com/mopemope/meinheld/archive/master.zip' | |
INSTALL: py3/bin/easy_install -ZU 'https://github.com/mopemope/meinheld/archive/master.zip' | |
INSTALL: pypy/bin/easy_install -ZU 'https://github.com/mopemope/meinheld/archive/master.zip' | |
INSTALL: py2/bin/easy_install -ZU 'tornado==3.1' | |
INSTALL: py3/bin/easy_install -ZU 'tornado==3.1' | |
INSTALL: pypy/bin/easy_install -ZU 'tornado==3.1' | |
INSTALL: py2/bin/easy_install -ZU 'motor==0.1.1' | |
INSTALL: py3/bin/easy_install -ZU 'motor==0.1.1' | |
INSTALL: pypy/bin/easy_install -ZU 'motor==0.1.1' | |
INSTALL: py2/bin/easy_install -ZU 'pymongo==2.5.2' | |
INSTALL: py3/bin/easy_install -ZU 'pymongo==2.5.2' | |
INSTALL: pypy/bin/easy_install -ZU 'pymongo==2.5.2' | |
INSTALL: py2/bin/easy_install -ZU 'https://www.djangoproject.com/download/1.6b1/tarball/' | |
INSTALL: py3/bin/easy_install -ZU 'https://www.djangoproject.com/download/1.6b1/tarball/' | |
INSTALL: pypy/bin/easy_install -ZU 'https://www.djangoproject.com/download/1.6b1/tarball/' | |
INSTALL: py2/bin/easy_install -ZU 'Werkzeug==0.9.2' | |
INSTALL: py3/bin/easy_install -ZU 'Werkzeug==0.9.2' | |
INSTALL: pypy/bin/easy_install -ZU 'Werkzeug==0.9.2' | |
INSTALL: py2/bin/easy_install -ZU 'flask==0.10.1' | |
INSTALL: py3/bin/easy_install -ZU 'flask==0.10.1' | |
INSTALL: pypy/bin/easy_install -ZU 'flask==0.10.1' | |
INSTALL: py2/bin/easy_install -ZU 'sqlalchemy==0.8.2' | |
INSTALL: py3/bin/easy_install -ZU 'sqlalchemy==0.8.2' | |
INSTALL: pypy/bin/easy_install -ZU 'sqlalchemy==0.8.2' | |
INSTALL: py2/bin/easy_install -ZU 'Jinja2==2.7' | |
INSTALL: py3/bin/easy_install -ZU 'Jinja2==2.7' | |
INSTALL: pypy/bin/easy_install -ZU 'Jinja2==2.7' | |
INSTALL: py2/bin/easy_install -ZU 'Flask-SQLAlchemy==1.0' | |
INSTALL: py3/bin/easy_install -ZU 'Flask-SQLAlchemy==1.0' | |
INSTALL: pypy/bin/easy_install -ZU 'Flask-SQLAlchemy==1.0' | |
INSTALL: py2/bin/easy_install -ZU 'bottle==0.11.6' | |
INSTALL: py3/bin/easy_install -ZU 'bottle==0.11.6' | |
INSTALL: pypy/bin/easy_install -ZU 'bottle==0.11.6' | |
INSTALL: py2/bin/easy_install -ZU 'bottle-sqlalchemy==0.4' | |
INSTALL: py3/bin/easy_install -ZU 'bottle-sqlalchemy==0.4' | |
INSTALL: pypy/bin/easy_install -ZU 'bottle-sqlalchemy==0.4' | |
INSTALL: curl https://storage.googleapis.com/dart-editor-archive-integration/latest/dartsdk-linux-64.tar.gz | tar xvz | |
INSTALL: sudo cp ../config/erlang.list /etc/apt/sources.list.d/erlang.list | |
INSTALL: wget -O - http://binaries.erlang-solutions.com/debian/erlang_solutions.asc | sudo apt-key add - | |
INSTALL: sudo apt-get update | |
INSTALL: sudo apt-get install esl-erlang -qq | |
INSTALL: curl http://nodejs.org/dist/v0.10.8/node-v0.10.8-linux-x64.tar.gz | tar xvz | |
INSTALL: sudo apt-get install openjdk-7-jdk -qq | |
INSTALL: sudo apt-get remove --purge openjdk-6-jre openjdk-6-jre-headless -qq | |
INSTALL: curl --connect-timeout 180 -L get.rvm.io | bash -s head | |
INSTALL: echo rvm_auto_reload_flag=2 >> ~/.rvmrc | |
INSTALL: bash -c "source ~/.rvm/scripts/'rvm' && rvm install 2.0.0-p0" | |
INSTALL: bash -c "source ~/.rvm/scripts/'rvm' && rvm 2.0.0-p0 do gem install bundler" | |
INSTALL: bash -c "source ~/.rvm/scripts/'rvm' && rvm install jruby-1.7.4" | |
INSTALL: bash -c "source ~/.rvm/scripts/'rvm' && rvm jruby-1.7.4 do gem install bundler" | |
INSTALL: git clone git://github.com/jruby/jruby-rack.git | |
INSTALL: bash -c "cd jruby-rack && source ~/.rvm/scripts/'rvm' && rvm jruby-1.7.4 do bundle install" | |
INSTALL: bash -c "cd jruby-rack && source ~/.rvm/scripts/'rvm' && rvm jruby-1.7.4 do jruby -S bundle exec rake clean gem SKIP_SPECS=true" | |
INSTALL: bash -c "cd jruby-rack/target && source ~/.rvm/scripts/'rvm' && rvm jruby-1.7.4 do gem install jruby-rack-1.2.0.SNAPSHOT.gem" | |
INSTALL: curl http://go.googlecode.com/files/go1.1.1.linux-amd64.tar.gz | tar xvz | |
INSTALL: curl http://downloads.activestate.com/ActivePerl/releases/5.16.3.1603/ActivePerl-5.16.3.1603-x86_64-linux-glibc-2.3.5-296746.tar.gz | tar xvz | |
INSTALL: sudo bash -c 'cd ActivePerl-5.16.3.1603-x86_64-linux-glibc-2.3.5-296746 && yes | ./install.sh --license-accepted --prefix /opt/ActivePerl-5.16 --no-install-html' | |
INSTALL: curl -L http://cpanmin.us | perl - --sudo App::cpanminus | |
INSTALL: cpanm -f -S DBI DBD::mysql Kelp Dancer Mojolicious Kelp::Module::JSON::XS Dancer::Plugin::Database Starman Plack JSON Web::Simple DBD::Pg JSON::XS EV HTTP::Parser::XS Monoceros EV IO::Socket::IP IO::Socket::SSL | |
INSTALL: wget --trust-server-names http://www.php.net/get/php-5.4.13.tar.gz/from/us1.php.net/mirror | |
INSTALL: tar xvf php-5.4.13.tar.gz | |
INSTALL: cd php-5.4.13 && ./configure --with-pdo-mysql --with-mysql --with-mcrypt --enable-intl --enable-mbstring --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --with-openssl | |
INSTALL: cd php-5.4.13 && make | |
INSTALL: cd php-5.4.13 && sudo make install | |
INSTALL: cd php-5.4.13 && printf "\n" | sudo pecl install apc-beta | |
INSTALL: sudo cp ../config/php.ini /usr/local/lib/php.ini | |
INSTALL: sudo cp ../config/php-fpm.conf /usr/local/lib/php-fpm.conf | |
INSTALL: rm php-5.4.13.tar.gz | |
INSTALL: curl -sS https://getcomposer.org/installer | php -- --install-dir=bin | |
INSTALL: git clone git://github.com/phalcon/cphalcon.git | |
INSTALL: cd cphalcon/build && sudo ./install | |
INSTALL: sudo pecl install yaf | |
INSTALL: sudo apt-get install ghc cabal-install -qq | |
INSTALL: wget http://www.ringojs.org/downloads/ringojs_0.9-1_all.deb | |
INSTALL: sudo apt-get install jsvc -qq | |
INSTALL: sudo DEBIAN_FRONTEND=noninteractive dpkg -i ringojs_0.9-1_all.deb | |
INSTALL: rm ringojs_0.9-1_all.deb | |
INSTALL: git clone git://github.com/mono/mono | |
INSTALL: cd mono && git checkout mono-3.0.10 | |
INSTALL: cd mono && ./autogen.sh --prefix=/usr/local | |
INSTALL: cd mono && make get-monolite-latest | |
INSTALL: cd mono && make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe | |
INSTALL: cd mono && sudo make install | |
INSTALL: mozroots --import --sync | |
INSTALL: git clone git://github.com/mono/xsp | |
INSTALL: cd xsp && git checkout 3.0 | |
INSTALL: cd xsp && ./autogen.sh --prefix=/usr/local | |
INSTALL: cd xsp && make | |
INSTALL: cd xsp && sudo make install | |
INSTALL: wget http://www.nimrod-code.org/download/nimrod_0.9.2.zip | |
INSTALL: unzip nimrod_0.9.2.zip | |
INSTALL: cd nimrod && chmod +x build.sh | |
INSTALL: cd nimrod && ./build.sh | |
INSTALL: cd nimrod && chmod +x install.sh | |
INSTALL: cd nimrod && sudo ./install.sh /usr/bin | |
INSTALL: curl http://nginx.org/download/nginx-1.4.1.tar.gz | tar xvz | |
INSTALL: cd nginx-1.4.1 && ./configure | |
INSTALL: cd nginx-1.4.1 && make | |
INSTALL: cd nginx-1.4.1 && sudo make install | |
INSTALL: curl http://openresty.org/download/ngx_openresty-1.2.7.5.tar.gz | tar xvz | |
INSTALL: cd ngx_openresty-1.2.7.5 && ./configure --with-luajit | |
INSTALL: cd ngx_openresty-1.2.7.5 && make | |
INSTALL: cd ngx_openresty-1.2.7.5 && sudo make install | |
INSTALL: sudo cp -r /usr/lib/jvm/java-1.7.0-openjdk-amd64/include /usr/lib/jvm/java-1.7.0-openjdk-amd64/jre/bin/ | |
INSTALL: curl http://www.caucho.com/download/resin-4.0.36.tar.gz | tar xz | |
INSTALL: cd resin-4.0.36 && ./configure --prefix=`pwd` | |
INSTALL: cd resin-4.0.36 && make | |
INSTALL: cd resin-4.0.36 && sudo make install | |
INSTALL: cd resin-4.0.36 && mv conf/resin.properties conf/resin.properties.orig | |
INSTALL: cat ../config/resin.properties > resin-4.0.36/conf/resin.properties | |
INSTALL: cd resin-4.0.36 && mv conf/resin.xml conf/resin.xml.orig | |
INSTALL: cat ../config/resin.xml > resin-4.0.36/conf/resin.xml | |
INSTALL: wget http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.1.1.zip | |
INSTALL: unzip -o grails-2.1.1.zip | |
INSTALL: rm grails-2.1.1.zip | |
INSTALL: wget http://downloads.typesafe.com/play/2.1.2-RC1/play-2.1.2-RC1.zip | |
INSTALL: unzip -o play-2.1.2-RC1.zip | |
INSTALL: rm play-2.1.2-RC1.zip | |
INSTALL: wget http://downloads.typesafe.com/releases/play-1.2.5.zip | |
INSTALL: unzip -o play-1.2.5.zip | |
INSTALL: rm play-1.2.5.zip | |
INSTALL: mv play-1.2.5/play play-1.2.5/play1 | |
INSTALL: yes | play-1.2.5/play1 install siena | |
INSTALL: sudo apt-get install qt4-qmake libqt4-dev libqt4-sql-mysql g++ -qq | |
INSTALL: wget http://downloads.sourceforge.net/project/treefrog/src/treefrog-1.6.tar.gz | |
INSTALL: tar xzf treefrog-1.6.tar.gz | |
INSTALL: rm treefrog-1.6.tar.gz | |
INSTALL: cd treefrog-1.6 && ./configure --enable-mongo | |
INSTALL: cd treefrog-1.6/src && make | |
INSTALL: cd treefrog-1.6/src && sudo make install | |
INSTALL: cd treefrog-1.6/tools && make | |
INSTALL: cd treefrog-1.6/tools && sudo make install | |
INSTALL: curl http://vertx.io/vertx-downloads/downloads/vert.x-1.3.1.final.tar.gz | tar xvz | |
INSTALL: cabal update | |
INSTALL: cabal install yesod persistent-mysql | |
INSTALL: git clone git://github.com/dom96/jester.git jester/jester | |
INSTALL: Finished installing server software | |
INSTALL: Installing client software | |
INSTALL: cd .. && sftp -oStrictHostKeyChecking=no -b config/client_sftp_batch -i /home/ubuntu/id_rsa-wfb08211209 [email protected] | |
INSTALL: ssh -T -o StrictHostKeyChecking=no [email protected] -i /home/ubuntu/id_rsa-wfb08211209 | |
INSTALL: Finished installing client software | |
Note: errors will show like | |
INSTALL ERROR: status code 1 running command 'cd ActivePerl-5.16.3.1603-x86_64-linux-glibc-2.3.5-296746 && sudo yes | ./install.sh --license-accepted --prefix /opt/ActivePerl-5.16 --no-install-html' in directory 'installs'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment