Here are the steps to install the stand-alone version of RAMADDA on Amazon Linux, Redhat,
Ubuntu or Centos.
|
ssh -i <.pem file> ec2-user@<server IP address>
For Amazon Linux: sudo yum update -y For Ubuntu: sudo apt update You also may need to install unzip: For Amazon: sudo yum install unzip For Ubuntu: sudo apt install unzip
wget https://ramadda.org/repository/release/latest/ramaddainstaller.zip;unzip ramaddainstaller.zip
sudo sh ramaddainstaller/install.sh
https://<IP address>/repositoryThe install process will display an installation password that you enter through the web interface. This install password is held in >RAMADDA Home>/install.properties
The installer: <home dir>/ramaddainstaller Update script: sudo sh <home dir>/ramaddainstaller/update.sh The installed server: /mnt/ramadda/ramaddainstall A file that contains the RAMADDA_HOME, PORT and path to Java It is sourced by the ramadda.sh below /mnt/ramadda/ramaddainstall/ramaddaenv.sh The log output of the server: /mnt/ramadda/ramaddainstall/ramadda.log The ramadda executable: /mnt/ramadda/ramaddainstall/ramaddaserver The service runs /mnt/ramadda/ramaddainstall/ramaddaserver/ramadda.sh ------------------------------ The RAMADDA home directory: /mnt/ramadda/ramaddahome Holds the database password: /mnt/ramadda/ramaddahome/install.properties The generated keystore. You can replace this with a real certificate /mnt/ramadda/ramaddahome/keystore Holds the keystore passwords: /mnt/ramadda/ramaddahome/ssl.properties Holds the install password: /mnt/ramadda/ramaddahome/install.properties Holds the database password: /mnt/ramadda/ramaddahome/db.properties ------------------------------ Postgres database (if installed): The /var/lib/... pgsql dir links to here /mnt/ramadda/pgsql