deathbeam / runelite-ansible

Ansible scripts for setting up local/remote environment for running RuneLite API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runelite-ansible

Ansible scripts for setting up local/remote environment for running RuneLite API

Requirements:

Usage:

ansible-playbook playbook.yml

Usage with Vagrant:

vagrant up

To dump MySQL tables (needs to be done after http-service is deployed):

./dump.sh --no-data

After you have everything running, you need to set these JVM params for http-service:

-Drunelite.http-service.url=http://localhost:8080
-Drunelite.ws.url=http://localhost:8081
-Dspring.profiles.active=dev

and these for runelite-client:

-Drunelite.http-service.url=http://localhost:8080
-Drunelite.ws.url=http://localhost:8081

You can set the JVM params after you press Run -> Edit Configurations... like this:

edit-configurations

About

Ansible scripts for setting up local/remote environment for running RuneLite API

License:MIT License


Languages

Language:TSQL 95.3%Language:Shell 2.8%Language:Dockerfile 1.9%