Skip to content

Instantly share code, notes, and snippets.

@lvnilesh
Created August 12, 2012 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lvnilesh/3333940 to your computer and use it in GitHub Desktop.
Save lvnilesh/3333940 to your computer and use it in GitHub Desktop.
Trying out uhurucloud by pointing it to my Octopress blog http://blog.fungibleclouds.com
Last login: Sun Aug 12 10:22:20 on ttys002
imac [nilesh] /Users/nilesh>cd rails_projects/uhuru
imac [nilesh] /Users/nilesh/rails_projects/uhuru>ls
imac [nilesh] /Users/nilesh/rails_projects/uhuru>ls -l
imac [nilesh] /Users/nilesh/rails_projects/uhuru>vmcu
Usage: vmcu [options] command [<args>] [command_options]
Try 'vmcu help [command]' or 'vmcu help options' for more information.
imac [nilesh] /Users/nilesh/rails_projects/uhuru>vmcu target services.uhurucloud.com
Successfully targeted to Uhuru App Cloud [http://services.uhurucloud.com]
imac [nilesh] /Users/nilesh/rails_projects/uhuru>vmcu login
Attempting login to Uhuru AppCloud [http://services.uhurucloud.com]
Token: dazzled-socks
Problem with login to Uhuru AppCloud 'http://services.uhurucloud.com', Error (JSON 400): "One time token expired", try again or get a new one time token or regular authentication token.
imac [nilesh] /Users/nilesh/rails_projects/uhuru>vmcu login
Attempting login to Uhuru AppCloud [http://services.uhurucloud.com]
Token: outcries-slaving
Successfully logged into Uhuru AppCloud [http://services.uhurucloud.com]
imac [nilesh] /Users/nilesh/rails_projects/uhuru>vmcu cloud-team
1: test [Cloud: RTG] [Cloud Team Id: 1c93274f-e273-4648-8716-51231ceac6d0]
2: Team nilesh [Cloud: RTG] [Cloud Team Id: e6ad24c3-d9af-4c32-ab72-ec8a04d18cb4]
Which cloud team would you like to target to?: test
Targeted to UhuruApp Cloud: [http://services.uhurucloud.com]
Cloud Team: [test]
Cloud Team Id: [1c93274f-e273-4648-8716-51231ceac6d0]
Cloud Foundry domain: [uhurucloud.com]
imac [nilesh] /Users/nilesh/rails_projects/uhuru>open .
imac [nilesh] /Users/nilesh/rails_projects/uhuru>cd blog
imac [nilesh] /Users/nilesh/rails_projects/uhuru/blog>ls
CHANGELOG.markdown README.markdown config.rb public
Gemfile Rakefile config.ru sass
Gemfile.lock _config.yml plugins source
imac [nilesh] /Users/nilesh/rails_projects/uhuru/blog>ls -l
total 88
-rw-r--r-- 1 nilesh staff 1303 Aug 9 07:13 CHANGELOG.markdown
-rw-r--r-- 1 nilesh staff 422 Aug 9 07:13 Gemfile
-rw-r--r-- 1 nilesh staff 1450 Aug 9 07:13 Gemfile.lock
-rw-r--r--@ 1 nilesh staff 1153 Aug 11 17:08 README.markdown
-rw-r--r-- 1 nilesh staff 15213 Aug 9 07:13 Rakefile
-rw-r--r-- 1 nilesh staff 3128 Aug 9 07:13 _config.yml
-rw-r--r-- 1 nilesh staff 349 Aug 9 07:13 config.rb
-rw-r--r-- 1 nilesh staff 632 Aug 9 07:13 config.ru
drwxr-xr-x 25 nilesh staff 850 Aug 11 16:57 plugins
drwxr-xr-x 14 nilesh staff 476 Aug 11 16:58 public
drwxr-xr-x 8 nilesh staff 272 Aug 9 07:13 sass
drwxr-xr-x 16 nilesh staff 544 Aug 11 16:50 source
imac [nilesh] /Users/nilesh/rails_projects/uhuru/blog>vmcu push
Would you like to deploy from the current directory? [Yn]: y
Application Name: blog
Detected a Standalone Application, is this correct? [Yn]: Y
1: iis
2: java
3: java7
4: node
5: node06
6: node08
7: php
8: ruby18
9: ruby19
Select Runtime [ruby18]: 9
Selected ruby19
Start Command:
Application Deployed URL [None]: http://nilesh.uhurucloud.com
Memory reservation (128M, 256M, 512M, 1G, 2G) [128M]: 512M
How many instances? [1]: 1
Bind existing services to 'blog'? [yN]: y
1: nileshDB
2: nileshFS
Which one?: 1
Bind another? [yN]: n
Create services to bind to 'blog'? [yN]: y
1: mongodb
2: mssql
3: mysql
4: rabbitmq
5: redis
6: uhurufs
What kind of service?: 5
Specify the name of the service [redis-c016a]: redis
Create another? [yN]: n
Would you like to save this configuration? [yN]: y
Manifest written to manifest.yml.
Start Command:
Start Command:
Start Command: .
Creating Application: OK
Binding Service [nileshDB]:
OK
Creating Service [redis]: OK
Binding Service [redis]: OK
Uploading Application:
Checking for available resources: OK
Processing resources: OK
Packing application: OK
Uploading (2M): OK
Push Status: OK
Staging Application 'blog': ...............................Error (JSON 504): <html>
<head><title>504 Gatewa...
imac [nilesh] /Users/nilesh/rails_projects/uhuru/blog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment