Astra. Quick start
Install and Update
- Backup current version:
tar -zcf ~/astra-backup.tar.gz /usr/bin/astra /etc/astra - Choose new version below:
- Install new version:
rm -f /usr/bin/astra wget -O /usr/bin/astra "..." chmod +x /usr/bin/astra - Check installed version:
astra -v - Make directory for configuration files, if you install Astra first time:
mkdir /etc/astra - Astra is ready to go, launch next command to start astra:
astra -c /etc/astra/astra.conf -p 8000 --daemon-c /etc/astra/astra.conf— path to the configuration file, will be created on the first launch-p 8000— port for API and Web-interface--daemon— start as a daemon
- After the launch, web-interface will be available on:
http://your-server-address:8000recommended to use next browsers: Chrome, Firefox, Opera. Default login and password: admin
Additional parameters
--log FILE— write log into the file. FILE - full path to the file. For example:astra -c /etc/astra/astra.conf -p 8000 --log /var/log/astra.log --daemon--syslog NAME— send log to the syslog. NAME - any application name. For example:astra -c /etc/astra/astra.conf -p 8000 --syslog astra --daemon--pid FILE— save process id (PID) into the file. FILE - full path to the pid-file. For example:astra -c /etc/astra/astra.conf -p 8000 --log /var/log/astra.log --pid /var/run/astra.pid --daemon--license FILE— full path to the license file. This is optional parameter, by the default path to the license file is/etc/astra/license.txt
License
We will send email to you with the license.txt file in attachment after the purchase or after the request of the demo license. This file should save on the server to the /etc/astra/license.txt
Migration to Astra 5
- Launc new version with empty configuration file
- Open previous configuration file and copy content to the clipboard
- In the web-interface open Settings -> Import
- Paste clipboard content and press Import
- Apply changes