Skip to content
New issue

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

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

Already on GitHub? # to your account

Run it on own CentOs? #28

Open
ddiesenreither opened this issue Jul 21, 2016 · 6 comments
Open

Run it on own CentOs? #28

ddiesenreither opened this issue Jul 21, 2016 · 6 comments

Comments

@ddiesenreither
Copy link

Hi guys,

i want to run this beautiful tool on my own server and here my questions:

How can i change the port used by the script?
What do i have to change to get it running on my server?

@ngunia
Copy link

ngunia commented Jul 21, 2016

To change the port, start the server like this:
python manage.py runserver localhost:port

What issues are you having running this on CentOs? You may be missing some packages. Try this, particularly the section titled "Install Packages from the CentOS and EPEL Repos"

@ddiesenreither
Copy link
Author

ok thanks for the reply, but when i run the command it says:

Performing system checks...

System check identified no issues (0 silenced).
July 21, 2016 - 17:04:31
Django version 1.8, using settings 'hackathon.settings'
Starting development server at http://localhost:7000/
Quit the server with CONTROL-C.

but nothing shows up when i open the address, i also filled in my Google Maps API Key, the Pokemon Trainer Club Account in the app.json. The Google Account Constants are empty because i have no Pokemon Google Account. Why does nothing shows up?

@ddiesenreither
Copy link
Author

I changed "localhost" to "0.0.0.0" and now its running and showing up. But i get an InvalidKeyMapError from Google Maps - which API's do i need?

@ddiesenreither
Copy link
Author

ddiesenreither commented Jul 21, 2016

Ok fixed it, thank you only one more question:

how can i raise the search radius? is this possible?

@equals215
Copy link

@ddiesenreither i'm trying too as well if you have more information feel free to let me know

@bbashy
Copy link

bbashy commented Jul 23, 2016

Just run it like so...

python manage.py runserver 123.123.123.123:1337

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

No branches or pull requests

4 participants