Deploying NCache Manually
In this case all you have to do is access your azure environment, download and install NCache as most appropriate for your environment.
Download NCache
- For Windows: If you are using Windows you can download the NCache Enterprise (.NET 8) or NCache Enterprise (.NET 4.8) .tar.gz file and follow the steps mentioned on the Windows Installation page.
- For Linux If you are using Linux you can download the NCache Enterprise (.NET 8) .msi files and follow the steps mentioned on the Linux Installation page. Alternatively, you can use Docker.
Activate NCache
After this you will need to activate your NCache Servers using the Register-NCache cmdlet, as shown below:
Register-NCache -Key xxxxxxxx-xxxxxx-xxxxxxxx -FirstName John -LastName Smith -Email john@alachisoft.com -Company Alachisoft -Environment Production
Setting Up Your Environmet
Once you've successfully subscribed to NCache Cloud and selected your plan, the next essential step is to set up your environment. For which, you need to add servers to your environment. To do this, launch NCache Management Center with "http://public-ip:8251". After which you can create your cluster. Although you will have to add servers by using their private ips. And for each cache server added, please specify its public ip through the Management Center or the Set-CacheServerPublicIP Cmdlet to ensure connectivity.
Tip
Refer to the NCache Programmer's Guide to learn how to use the NCache API.