Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline mode #64

Open
worm929 opened this issue Jun 18, 2012 · 3 comments
Open

Offline mode #64

worm929 opened this issue Jun 18, 2012 · 3 comments

Comments

@worm929
Copy link

worm929 commented Jun 18, 2012

im not really sure if this is possible. i know the program access the client and retrieve the information from there but still, the problem with that is there is no way of looking up your database if, like today, the servers are down (or there is a problem with the login, program update, etc). because it just gives you "Invalid region specified." error

so thats basically it, an offline mode where you can see your already saved matches.

@encratite
Copy link
Owner

The application already supports this and there are several people who host all the files locally. In the past I decided to choose the current model with a centralised content server to be used by default as it would allow me to update the browser GUI easily.

@worm929
Copy link
Author

worm929 commented Jun 19, 2012

how can i access this? i mean, how can i see my data without connecting to the server?

@encratite
Copy link
Owner

You need to set up a local HTTP server that serves the JavaScript file(s), the CSS file, all the image files and the region client version file. There's a bundle for the images available at the Github downloads section but I haven't updated it in a while because demand for this is low.

After setting up the server with compatible paths (i.e. like on the main server), you can edit the Configuration.xml to have the versions URL changed to your 127.0.0.1 one (or whatever address it might be using) and you also need to modify the Index.html.template file to change the URL it pulls the script from - again, to your local address.

Use the Riot Control IRC chat channel to talk to me in case you have more detailed questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants