1
0
mirror of https://github.com/fspc/bikebike.git synced 2025-03-03 03:23:22 -05:00

The beginning of a legacy for Bike Collective software!

This commit is contained in:
Jonathan Rosenbaum 2014-12-10 16:09:58 +00:00
commit 1359b6d6df
2 changed files with 12 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ubuntu:latest
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
# Not all applications use mysql, but nevertheless.
RUN echo "mysql-server-5.5 mysql-server/root_password password" | debconf-set-selections; echo "mysql-server-5.5 mysql-server/root_password_again password" | debconf-set-selections; apt-get update && apt-get -y install mysql-server git supervisor ruby make libmysqlclient-dev ruby-dev
COPY supervisord.conf /etc/supervisor/supervisord.conf

5
supervisord.conf Normal file
View File

@ -0,0 +1,5 @@
[supervisord]
nodaemon=true
[include]
files = /etc/supervisor/conf.d/*.conf