Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions failing #1

Open
trastle opened this issue Mar 6, 2014 · 3 comments
Open

Build instructions failing #1

trastle opened this issue Mar 6, 2014 · 3 comments

Comments

@trastle
Copy link

trastle commented Mar 6, 2014

Hi Guys,
I am following your basic instructions for running the ui to take a look at what it does.
Following your current instructions will cause a failure trying to load the default configuration.

.rvm/gems/ruby-1.9.3-p545@uhuru/gems/membrane-0.0.2/lib/membrane/schema/record.rb:42:in validate': { recaptcha => { recaptcha_private_key => Expected instance of String, given an instance of Bignum, recaptcha_public_key => Expected instance of String, given an instance of Bignum } } (Membrane::SchemaValidationError) from /Users/tastle/Code/uhuru/uhuru-webui/lib/admin_settings.rb:84:inbootstrap'
from /Users/tastle/Code/uhuru/uhuru-webui/lib/runner.rb:35:in `initialize'

@adasescu
Copy link
Member

adasescu commented Mar 7, 2014

Hi Trastle,
Thank you for submitting this issue.
We will update the code.
In the meantime a workaround for this issue is:
- remove the /tmp/admin-settings.yml file from your VM
- in the file /uhuru-webui/config/admin-settings.yml change the value of recaptcha_public_key and recaptcha_private_key fields to be string values
- restart webui

Let me know if you still have issues.

@thisismana
Copy link

The workaround does the trick. Thank you. Is there any further documentation about "what" and "how" this product works?

@adasescu
Copy link
Member

Hi Thisismana,

Thank you for your interest in our product.

This product is designed to work in the context of a CF V2 deployment. Uhuru-webui is a component of our "AppCloudNG" product (which is a CF V2 deployment) which can be deployed from Uhuru Cloud Commander. It gets configured in /config/uhuru-webui.yml when "AppCloudNG" is deployed.
We don't have yet a documentation on how to manually configure and integrate with a CF V2 deployment.
You can see some instructions on how to use it on our support page http://uhurusoftware.com/support/ in Using a Cloud Foundry PaaS deployed by the Uhuru Cloud Commander section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants