Versions Compared

Key

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

...

Code Block
cd $HOME

Now clone the batm_public and enter the OSW subdirectory repository:

Code Block
git clone https://github.com/GENERALBYTESCOM/batm_public
Warning

If you’ve previously cloned the repository (e.g. for the SSH wallet tunnel), the server_extensions_examples directory (and contents) may not exist. Fix that to continue.

You’ll have to either:

  1. reset the current repository clone using: git reset --hard && git clean -f -d , or

  2. clone the latest version into another a different directory (and adjust the commands to reflect that).

To reset Git, use: git reset --hard && git clean -f -d and the new contents will be cloned
  1. .

...

2. Compile the CAS extension (JAR).

...