PredixDev / predix-rmd-ref-app

predix-rmd
Other
74 stars 98 forks source link

To Download and Push Reference App #1

Closed Chris55 closed 8 years ago

Chris55 commented 8 years ago

The doc says 'python installRefApp.py'

But more parameters are required:

Usage : installRefApp.py -e (R2/VPC) -g -i -s -p <pullsubmodules y/n>

Could you clarify the parameters?

Also I have redis-5 in my marketplace and I got an error 'Service offering redis-1 not found'

gstroup commented 8 years ago

Good question. We need to improve the documentation here. -e environment - you should use VPC. R2 is for internal Predix development only. -g github user id - for instance "Chris55" -i instance appender - can be any name you like, which will be added to the service and app names. -s maven settings.xml file - may need to have your proxy settings in this file. -p I don't think is needed any more.

For the redis problem, you could change that value in the configExt.py file, from redis-1 to redis-5, before running the python script.

Hope this helps.

turnerth commented 8 years ago

Today, we are putting out a version that requires fewer switches and uses customer facing defaults. (We needed all those for our Continuous Integration server). Doc will be updated too.

Chris55 commented 8 years ago

Thanks

forestrain commented 8 years ago

mark and thx