-
Notifications
You must be signed in to change notification settings - Fork 5
Running Scalus
Miriam McMahon edited this page Feb 4, 2022
·
3 revisions
- Scalus provides a UI to view and edit the configuration file, and a command line utility to aid testing and troubleshooting.
- To view and edit the current scalus configuration, run the following command to start the UI:
scalus ui - The location of the scalus files is platform-dependent. To view the location on your platform, click on Help from the SCALUS UI, or run scalus info from the command line.
- Scalus edits a user's personal copy of the scalus.json file. If the configuration file doesn’t already exist, then a new working copy will be copied from the installed example. To reset your personal copy of the scalus.json file to the installed default at any time, delete it from %AppData%/scalus.
- To test the current scalus configuration for a URL, run the following command to launch the application configured for the URL: scalus launch –u url
- A protocol can be registered from the UI or from the scalus command line utility. The command scalus info displays the currently configured protocols and reports whether they are registered with the OS.