Changing the default SPBAS package names (admin, customers, etc)
We recommend you don't change the default SPBAS package names. However, we realize sometimes you must, so we've made this possible.
Packages are made up of the sub-directories inside the "rename_upload_me" directory of the SPBAS distribution. At the time of this writing they are defined as:
- admin/
- api/
- license_server/
- kb/
- order/
- customers/
The following packages use our REST API. That means the directory name is irrelevant, name them whatever you would like without further configuration:
- kb/
- order/
- customers/
The admin/, api/ and license_server/ packages must stay on the same server.
The api/ and license_server/ packages cannot be renamed.
If you choose to rename the admin/ package you must edit the following configuration files:
- api/configuration.php
- license_server/configuration.php
Look for this variable at the top of the both configuration.php files and adjust it as needed:
<? $default_admin_path='../admin/'; ....


