You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments below reference each step of the cp-web instructions. So my comment 1 applies to step 1, etc.
link to git instructions and give the exact command for cloning the repo. Git instructions should probably also reference full git instructions for more info. Especially since they have to clone a branch
which isn't obvious.
It occurred to me after going through this that one option might be to have them run the marbles demo first, then move to this one since that would cover all their setup and is a somewhat simpler example.
Help them set up a network in bluemix, should reference what was done for marbles.
More help here, where do I get the credentials? screenshots. Again this is explained in marbles doc so could link there. If you had them do marbles first, could just copy that creds file.
make sure the key/value store only has values for your network. mycreds.json is a key value store, but should make it clear that the key value store you're talking about is
mycreds.json. Again, copy info from marbles.
give an example, simply showing a // in front of the line.
6./7. These assume you completed setup, which maybe they have not. Again reference the info from marbles.
Starting the application:
Need to make sure c:\tmp exists on windows, otherwise startup will fail. Probably want this to point to a non %temp% location so it won't get wiped on restart since if they lose their webadmin cert they'll need to redo everything.
IMO should remove the 1.0 branch now that the new service is deployed to prevent confusion and errors when trying to use new app on old network or vice versa.
The text was updated successfully, but these errors were encountered:
Comments below reference each step of the cp-web instructions. So my comment 1 applies to step 1, etc.
which isn't obvious.
It occurred to me after going through this that one option might be to have them run the marbles demo first, then move to this one since that would cover all their setup and is a somewhat simpler example.
mycreds.json. Again, copy info from marbles.
6./7. These assume you completed setup, which maybe they have not. Again reference the info from marbles.
Starting the application:
Need to make sure c:\tmp exists on windows, otherwise startup will fail. Probably want this to point to a non %temp% location so it won't get wiped on restart since if they lose their webadmin cert they'll need to redo everything.
Need to give them the URLs to use directly http://localhost:3000/login (:3000 will redirect to login).
IMO should remove the 1.0 branch now that the new service is deployed to prevent confusion and errors when trying to use new app on old network or vice versa.
The text was updated successfully, but these errors were encountered: