Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At this stage an authorisation token is not required until you attempt to login, this process merely creates the locational reference (Scope).

1. Open your terminal or command prompt window.

2. Change directory to point at your local copy. If this is a new project or you are pulling down from the BMP for the first time .you may need to create a directory

Create a new directory first.  (a.k.aeg. myanswerSpace)

Code Block
languagebash
themeRDark
cd myuser/myprojects/myanswerSpace

3. Set the project scope to the online URL the URL for your answerSpace.

Code Block
languagebash
themeRDark
blinkm bmp scope https://blinkm.co/myanswerSpace

This saves this information in a `.blinkmrc.json` file in the myanswerSpace folder, so you can version it with your project files if you like.

...

You may have to repeat this step later if you work on a new project, or if you chose not to version the `.blinkmrc.json` file

4. You can check the scope at any time by typing:

info
Code Block
languagebash
themeRDark
blinkm bmp scope

This will return the current scope for that directory / project.

 

Next steps: