Versions Compared

Key

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

This article describes how to connect your Standalone CAS to your website via API.

...

Tip

At this point, you should already have an existing (and operating) Standalone CAS installation.

...

(Optional) Inspect the connection using Postman:

  1. Image Modified

...

API access is ready to use.

...

Warning

This article is intended for advanced Operators. If you are unfamiliar with Java, website development, or addressing ports via IP, then STOP !

Overview:

  1. Clone the GB repository.

  2. Compile the CAS extension (JAR).

  3. Copy that JAR to the right destination in your CAS host.

  4. Test it.

1. Clone the GB repository:

...

Warning

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

You’ll have to either:

  1. reset the current repository clone, or

  2. clone the latest version into another 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.

...