πΎInstallation
Gitamic is installed via Composer.
Last updated
Gitamic is installed via Composer.
Last updated
Before you install Gitamic, make sure your system and application meets the .
To install Gitamic, you must use Composer.
Gitamic is not available on the public Composer package repository Packagist, so to install Gitamic, we must first tell Composer how to find it.
To do that, you must add the private repository URL to the repositories
array in your composer.json
:
Then, you can install the package via Composer as you'd expect:
The first time you run this, you'll be prompted to authenticate against the private package repository:
The authentication details will depend on where you purchased your license:
Username
: Your Anystack account email address.
Password
: Your license key followed by a colon :
and the domain name you entered when activating your license.
For example: 9227fd74-ed29-4d1a-ad75-0bc41bea16a9:abc-widgets.com
Don't forget to activate your license first!
Your Anystack email address cannot be changed. If you cannot remember your license key and no longer have access to that email account, you will need to purchase another license
Consider saving these details to your auth.json
file so that you don't need to enter them every time you run a composer install
or composer update