File tree 4 files changed +15
-1
lines changed
4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ web : python server.py
Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ Vagrant.configure(2) do |config|
81
81
# Install Docker Compose after Docker Engine
82
82
config . vm . provision "shell" , inline : <<-SHELL
83
83
sudo pip install docker-compose
84
- # Install the IBM Container plugin
84
+ # Install the IBM Container plugin as vagrant
85
+ sudo su - vagrant
85
86
cf plugins
86
87
echo Y | cf install-plugin https://static-ice.ng.bluemix.net/ibm-containers-linux_x64
87
88
cf plugins
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ python-2.7.10
You can’t perform that action at this time.
0 commit comments