Skip to content

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

License

Notifications You must be signed in to change notification settings

deathbeam/runelite-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages