These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Wormholes

 
  • Topic is locked indefinitely.
 

Alpha Release: Eve W-Space, open source wormhole mapping and corp management

First post First post
Author
Marbin Drakon
Reboot Required
#41 - 2013-07-28 10:36:08 UTC  |  Edited by: Marbin Drakon
Added a more clear warning to the alpha site since some didn't understand that it is a public instance.

Quote:

This is a public testing instance. Maps made on this instance are viewable by everyone and are occasionally deleted to make room for new test maps. Please see the documentation for instructions on setting up your own instance or contact Marbin Drakon for a private testing instance.


Also, 0.3 is still coming! It has just been delayed do to having to go back and add a bunch of admin UI that has been lacking.

Eve W-Space: Open source wormhole mapping and corporation management: https://forums.eveonline.com/default.aspx?g=posts&t=210073

Godfrey Silvarna
Arctic Light Inc.
Arctic Light
#42 - 2013-07-28 11:17:20 UTC  |  Edited by: Godfrey Silvarna
Ha! I was certain that none of the chain mapping tools is open source, and here we have one!

I'll immediately start lobbying for us to test this.

Our tinfoil hats have been so tight we have avoided the closed source ones, but since we have an army of python coders at our disposal, this should be possible to put trough the paranoia filter.
Marbin Drakon
Reboot Required
#43 - 2013-07-31 16:48:43 UTC
0.3 will not make the 1 Aug projected release because of http://i.minus.com/ibaDjk7AeIcvxv.gif

As a side note, I've enabled ejabberd on the alpha server for those wanting to test the default Alerts system. You can connect with your username with spaces replaced with underscores (e.g. Marbin Drakon becomes marbin_drakon@evewspace.com).

Also working on a proper project web site so I can stop posting so much in this thread.

Eve W-Space: Open source wormhole mapping and corporation management: https://forums.eveonline.com/default.aspx?g=posts&t=210073

Niborina
Garoun Investment Bank
Gallente Federation
#44 - 2013-08-08 15:29:27 UTC
Marbin Drakon wrote:
0.3 will not make the 1 Aug projected release because of http://i.minus.com/ibaDjk7AeIcvxv.gif

As a side note, I've enabled ejabberd on the alpha server for those wanting to test the default Alerts system. You can connect with your username with spaces replaced with underscores (e.g. Marbin Drakon becomes marbin_drakon@evewspace.com).

Also working on a proper project web site so I can stop posting so much in this thread.


Just wanted to say, this tool looks amazingly helpful and I've already setup a private instance with the latest version of the source. Can't wait to see what more you do with this!
Marbin Drakon
Reboot Required
#45 - 2013-09-15 10:22:13 UTC
Security Notice:

There is a denial of service vulnerability in the Django framework in the wild. I have validated Eve W-Space to run on the latest 1.4 build which is not affected by this vulnerability. To upgrade your instance's django version:

1) Run $ pip install django==1.4.8 in your Python virtualenv or against the system site-packages if you are running against that

-or-

2) Update to the latest develop branch and run the pip requirements command you ran to install.

Specifics about the vulnerability are available at https://www.djangoproject.com/weblog/2013/sep/15/security/

Eve W-Space: Open source wormhole mapping and corporation management: https://forums.eveonline.com/default.aspx?g=posts&t=210073

thee lous3
Tech III Bone Cancer
#46 - 2013-10-27 15:22:48 UTC
Would like to test a private instance :)
Also, public maps seem to be full. Cannot create a new map.
Marbin Drakon
Reboot Required
#47 - 2013-10-28 03:14:59 UTC
thee lous3 wrote:
Would like to test a private instance :)
Also, public maps seem to be full. Cannot create a new map.


I was able to create new maps on the alpha, but it does need a cleanup again.

I'll send you an eve mail shortly about the private instance.

Eve W-Space: Open source wormhole mapping and corporation management: https://forums.eveonline.com/default.aspx?g=posts&t=210073

Dmitry Wizard
Hard Knocks Inc.
Hard Knocks Citizens
#48 - 2013-10-28 12:45:31 UTC
How do I delete maps?

"Wormhole corps are like a bunch of homeschooled kids"

Marbin Drakon
Reboot Required
#49 - 2013-10-28 17:33:27 UTC
Dmitry Wizard wrote:
How do I delete maps?


That UI is currently not yet implemented. You can delete maps from the django shell with:

Quote:

>>> from Map.models import Map
>>> Map.objects.filter(name='(name here)').delete()


If you need a map removed from the Alpha site, let me know which one and I'll remove it.

Eve W-Space: Open source wormhole mapping and corporation management: https://forums.eveonline.com/default.aspx?g=posts&t=210073

Dmitry Wizard
Hard Knocks Inc.
Hard Knocks Citizens
#50 - 2013-10-28 17:49:17 UTC
Copy that il have to fool around with it

"Wormhole corps are like a bunch of homeschooled kids"

Wafflehead
Garoun Investment Bank
Gallente Federation
#51 - 2013-11-08 10:12:57 UTC
I've followed the Vagrant guide and when the server is running..

Quote:

ProgrammingError at /
(1146, "Table 'djangotest.invTypes' doesn't exist")


Did i miss something?.
Sushi Nardieu
Federal Navy Academy
Gallente Federation
#52 - 2013-11-08 10:22:07 UTC
Thanks for releasing this. Well done.

The Guns of Knowledge 

Marbin Drakon
Reboot Required
#53 - 2013-11-09 12:20:07 UTC
Wafflehead wrote:
I've followed the Vagrant guide and when the server is running..

Quote:

ProgrammingError at /
(1146, "Table 'djangotest.invTypes' doesn't exist")


Did i miss something?.



It looks like the static data failed to load, I'll do some testing and see if the deployment scripts broke at some point.

Eve W-Space: Open source wormhole mapping and corporation management: https://forums.eveonline.com/default.aspx?g=posts&t=210073

Marbin Drakon
Reboot Required
#54 - 2013-11-10 01:29:44 UTC
Marbin Drakon wrote:
Wafflehead wrote:
I've followed the Vagrant guide and when the server is running..

Quote:

ProgrammingError at /
(1146, "Table 'djangotest.invTypes' doesn't exist")


Did i miss something?.



It looks like the static data failed to load, I'll do some testing and see if the deployment scripts broke at some point.



Try it again with Terra's script update. Note that a bug introduced in the past week is preventing usernames with spaces from being registered.

Eve W-Space: Open source wormhole mapping and corporation management: https://forums.eveonline.com/default.aspx?g=posts&t=210073

Alundil
Rolled Out
#55 - 2013-12-20 18:22:08 UTC
This is a great tool and I really like using it so far. One thing I've noticed though is that it can be extremely difficult to add towers. Sometimes there are visible special characters that I imagine cause it to fail to add. And at other times there isn't anything I can see that might throw it off.

Is this something others are experiencing? Or perhaps there might be some area in the logs that might show what cause the addition to fail.

Thank you

I'm right behind you

agora tarde
Murderous Inc
Me Hearties
#56 - 2013-12-25 18:28:00 UTC
very nice tool! +1Bear
Blademaster Hattori
Ruby Code
#57 - 2014-01-10 06:30:36 UTC
I'm currently hosting this on one of my Ubuntu servers. I do have a few questions, we be able to chat in game or on my TS?

PI_Trader - Creating, designing and managing your PI sales market tool

Heknai
Garoun Investment Bank
Gallente Federation
#58 - 2014-01-13 03:48:46 UTC
First, thanks to whoever has created and augmented this tool. I think it's going to be very helpful once I get it up and running. So far I've managed to get all the way through the setup guide:

http://eve-w-space.readthedocs.org/en/develop/install_ubuntu_nginx_mysql.html

and everything appeared to be working until I tried to access the server and got this message:

Server Error (500) when I go to my server address -- http://192.168.1.101:8000/account/login/?next=/



I'm not sure where to go from here. In the Nginx file (this is straight from the guide):

$ sudo nano /etc/nginx/sites-available/evewspace

#Example - replace x.x.x.x with your IP or host name if doing name-based vhosts
server {
listen 80;
server_name x.x.x.x; <-- I entered my server IP of 192.168.1.101 here. Is that Ok??
underscores_in_headers on;

location /static {
alias /home/maptool/static;
}
location / {
proxy_pass_header Server;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Scheme $scheme;
proxy_connect_timeout 10;
proxy_read_timeout 30;
proxy_pass http://localhost:8000;
}
}


$ sudo rm /etc/nginx/sites-enabled/default
$ sudo ln -s /etc/nginx/sites-available/evewspace /etc/nginx/sites-enabled/evewspace
$ sudo service nginx reload

Other than that one change I've left everything else as seen above. Also in the supervisor config file I left everything as is:

[program:gunicorn]
command=/home/maptool/eve-wspace/bin/gunicorn_django --workers=4 -b 0.0.0.0:8000 settings.py
directory=/home/maptool/eve-wspace/evewspace/evewspace
environment=PATH="/home/maptool/eve-wspace/bin"
user=maptool
autostart=true
autorestart=true
redirect_stderr=True

is that correct? the 0.0.0.0:8000 doesn't need to be changed? I created the admins group and a normal user group as well but haven't actually created a user? Is that needed? How is that done? I feel I'm close here! Thanks for any help.
Blademaster Hattori
Ruby Code
#59 - 2014-01-14 19:48:26 UTC
I had very similar issues



command=/home/maptool/eve-wspace/bin/gunicorn_django --workers=4 -b 0.0.0.0:8000 settings.py

Changing this to 127.0.0.1 would best secure

Also when browsing to your server you should not have type external_IP:8000. Your server is listening on port 80 with ngnix so just try the IP directly.

When I got my domain name sorted I found apache better.

Btw i'm no expert, i have just done mass amounts of playing around :)

PI_Trader - Creating, designing and managing your PI sales market tool

Kaitlyn Saken
Caldari Provisions
Caldari State
#60 - 2014-01-16 00:56:52 UTC
Got this running virtualbox right now looks a sweet tool.

Can you tell me the estimated time to have items like the API, site tracker with payout system and the recruitment section up and running?

Or if some of these are ready how does one go about enabling them for testing.

Cheers bud, you should setup an isk donation section as this tool is worth it.