IBM Ready App for Venue demonstrates a personalized and social experience within the fictional theme park - Brickland. At Brickland, visitors use their mobile app to discover what is near them, find their way to their favorite attractions, keep in touch with their group, and achieve badges based on their activity.
For Step 7, configuring Node.js server locally requires copying the VCAP variable from the bluemix application and pasting to the localEnv.js file under /nodejs/config. This presents a few issus, such as a syntax error when directly copy/pasting it and requires adding escape charcters and eliminating new lines. We should update the code to get the VCAP variable from a separate file to avoid formatting issues when copy pasting directly to the localEnv.js
For Step 7, configuring Node.js server locally requires copying the VCAP variable from the bluemix application and pasting to the localEnv.js file under
/nodejs/config
. This presents a few issus, such as a syntax error when directly copy/pasting it and requires adding escape charcters and eliminating new lines. We should update the code to get the VCAP variable from a separate file to avoid formatting issues when copy pasting directly to the localEnv.jsUpdate Documentation to reflect these changes.