Skip to content

Commit 741d069

Browse files
author
John J. Rofrano
committed
added Bluemix files
Added files required to deploy in Bluemix
1 parent b500365 commit 741d069

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python server.py

Vagrantfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ Vagrant.configure(2) do |config|
8181
# Install Docker Compose after Docker Engine
8282
config.vm.provision "shell", inline: <<-SHELL
8383
sudo pip install docker-compose
84-
# Install the IBM Container plugin
84+
# Install the IBM Container plugin as vagrant
85+
sudo su - vagrant
8586
cf plugins
8687
echo Y | cf install-plugin https://static-ice.ng.bluemix.net/ibm-containers-linux_x64
8788
cf plugins

manifest.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
applications:
2+
- path: .
3+
memory: 64M
4+
instances: 1
5+
domain: mybluemix.net
6+
name: nyu-lab-travis-ci
7+
host: nyu-lab-travis-ci
8+
disk_quota: 1024M
9+
services:
10+
- RedisCloud
11+
buildpack: python_buildpack

runtime.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-2.7.10

0 commit comments

Comments
 (0)