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
Compiling yaml in /usr/local/rvm/src/yaml-0.1.4. | |
ERROR: Error running 'make ', please read /usr/local/rvm/log/ruby-1.9.2-p290/yaml/make.log | |
Installing yaml to /usr/local/rvm/usr | |
ERROR: Error running 'make install', please read /usr/local/rvm/log/ruby-1.9.2-p290/yaml/make.install.log |
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
[2011-11-04 04:26:04] make | |
make all-recursive | |
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4' | |
Making all in include | |
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
Making all in src | |
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/src' | |
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT api.lo -MD -MP -MF ".deps/api.Tpo" -c -o api.lo api.c; \ |
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
[2011-11-04 04:58:38] autoreconf -is | |
++ /scripts/functions/utility : __rvm_run() 159 > autoreconf -is | |
Putting files in AC_CONFIG_AUX_DIR, `config'. | |
libtoolize: `config.guess' exists: use `--force' to overwrite | |
libtoolize: `config.sub' exists: use `--force' to overwrite | |
libtoolize: `ltmain.sh' exists: use `--force' to overwrite |
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
description "digibyted" | |
start on filesystem | |
stop on runlevel [!2345] | |
oom score -500 | |
expect fork | |
respawn | |
respawn limit 10 60 # 10 times in 60 seconds | |
script |
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
description "Manages the set of node-app-server processes" | |
# This starts upon bootup and stops on shutdown | |
start on runlevel [2345] and started mongod | |
stop on runlevel [06] | |
# Set this to the number of Puma processes you want | |
# to run on this machine | |
env NODE_LIST="/etc/node-app-manager.list" |
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
FROM ruby:2.3.5 | |
LABEL MAINTAINER [email protected] | |
ARG GOTANDA_LINE_DIR | |
# Install apt based dependencies required to run Rails as | |
# well as RubyGems. As the Ruby image itself is based on a | |
# Debian image, we use apt-get to install those. | |
RUN apt-get update && apt-get install -y \ | |
build-essential \ | |
libssl-dev \ |
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
[Install] | |
WantedBy=multi-user.target | |
[Unit] | |
Description=Google Cloud Compute Engine SQL Proxy | |
Requires=networking.service | |
After=networking.service | |
[Service] | |
Type=simple |
OlderNewer