Anonymization server setup
Ubuntu installation steps:
Setup an Ubuntu 22.04 server on EC2 instance and establish proper VPC networking.
The server should have internet access and connectivity with database.
According to our sizing document, the Ubuntu server should have appropriate EC2 instance type.
After the server is set and running:
1. Login to the server and switch to root user:
sudo su -
2. Install the following packages on the machine:
apt update
apt install net-tools
apt install wget
apt install zip
apt install unzip
apt install openjdk-8-jre-headless
3. Set default JDK 8
update-alternatives --set java $(update-alternatives --list java | grep java-8)
4. Create directory for masking application:
mkdir -p /accelario/masking
5. Go the directory and download masking application zip file:
cd /accelario/masking
wget <Link for download provided by Accelario>
6. Unzip the file:
unzip masking-Release_<version>_0.zip
7. Give execute permission to start.sh file
chmod u+x start.sh
8. Start the service:
./start.sh
9. Check and confirm the process is running the service started:
ps -ef |grep masking
10. Open internet browser and login to UI:
https://<IP>:443
or
http://<IP>:8084
Use default credentials: admin/password
11. Download the license: License download link provided by Accelario
12. Register the license:
In the right upper corner find "i" sign - click it
Click the "Update License" button and navigate to the previously downloaded license.
Windows installation steps:
Download the zip installation file
Create a directory where you want to place the server binaries.
e.g. mkdir c:\accelarioExtact zip file into "c:\accelario" directory
Open CMD as "administrator" user and change the directory to "c:\accelario\masking-Release_XX_Y"
cd c:\accelario\masking-Release_XX_YRun service installation script:
service_install.cmd
The default service name will be acc_masking
If you want to assign a different service name you will need to provide it as parameter:
service_install.cmd my_service_name
Start the accelario service from windows services
Connect to UI through internet browser to https://server_ip:443 or http://server_ip:8084
Username: admin
Passwd: passwordDownload license and register it with the application:
In the right upper corner find "i" sign - click it
Click the "Update License" button and navigate to the previously downloaded license.