-
Notifications
You must be signed in to change notification settings - Fork 602
Installation
Aaron Lewis edited this page Feb 8, 2021
·
12 revisions
Please refer to Github Releases and grab the appropriate package first.
Extract the archive and execute the following command in terminal:
java -jar rasp-2018-*/RaspInstall.jar -install /path/to/app_home
The automatic installer should work under most cases, please submit a ISSUE if it doesn't.
Extract the archive and move the rasp-2018-XXXX/rasp
folder somewhere you like, e.g /opt/spring-boot/rasp
. Then adjust your startup parameters like the following:
java -javaagent:"/opt/spring-boot/rasp/rasp.jar" -jar springboot.jar
Extract the archive and execute the following commands:
php rasp-php-20180320/install.php -d /opt/rasp
The automatic installer should work under most cases, please submit a ISSUE if it doesn't.