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

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

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Eve Corp. Management : 2.0.0 release is out !!!

Author
Controller Vrelk
The Scope
Gallente Federation
#41 - 2012-05-05 07:28:47 UTC
Is there an alternative? I have shared hosting, so I can't use alias as it isn't allowed in .htaccess.
Ajurna Jakar
Jian Products Engineering Group
#42 - 2012-05-05 13:37:27 UTC
well you need to make the static files available somehow. otherwise this isn't going to work.

http://eve-corp-management.org/ 

diabeteman
Diabete Studios
#43 - 2012-05-10 14:41:56 UTC
bump :cuir:

Initiator and CTO of Eve Corp. Management

Peter Powers
Terrorists of Dimensions
#44 - 2012-06-18 11:02:45 UTC
two things

a) i noticed that the activation mail allways links to https, no matter if your using it or not

b) are you planning on extending this to an alliance level?

regards,
PP

3rdPartyEve.net - your catalogue for 3rd party applications

Peter Powers
Terrorists of Dimensions
#45 - 2012-06-18 11:05:55 UTC
Controller Vrelk wrote:
Is there an alternative? I have shared hosting, so I can't use alias as it isn't allowed in .htaccess.

probably this wont work for you either (shared hosting is a *****)
in my setup i'm running varnish in front of everything and have varnish actually pull the static files from a different webserver (lighttpd which has only the static files)

3rdPartyEve.net - your catalogue for 3rd party applications

snipereagle1
Players vs. EVE
Goonswarm Federation
#46 - 2012-06-24 22:59:30 UTC
I'm getting a 500 Internal Server Error when I try to visit the site. Here's my error log:
http://pastebin.com/Z4a8w5Xg
Turk Fezzik
Sardaukar Merc Guild
General Tso's Alliance
#47 - 2012-06-30 15:21:20 UTC  |  Edited by: Turk Fezzik
Controller Vrelk and I were able to get this working on our dreamhost sites with passenger WSGI. It was quite a pain but it's working mostly. I'm finding bugs as I go and filing bug reports. Most of what I've seen so far are template problems.

The latest bug I'm seeing is that the site won't render properly on my machine at home but renders fine from work. It's almost like none of the Javascript is executing. I've tried both Firefox and IE and they both do it. I'm baffled by this problem. I guess I need to wait until Monday to try it from work before I can determine if my site broke.

EDIT: One of my corp members is reporting the same problem so I guess the site broke. Doesn't seem to be serving up static content any more. Will let you all know what I find.

FIX: http://privatepaste.com/7bdf70191d I can't believe this was working for me yesterday without that.
AzAkiR NaLDa
Council of Exiles
Brave Collective
#48 - 2012-09-23 18:38:52 UTC
okay i got ECM to work but i have ran into a strange issue.

members try to register but get a internal server error.

when they try to re-register they get the notification that they allready did and should look for a mail.
but the mail is never send out?

what could be the problem?

running ECM on ubuntu server 11.10

Lone Star Warrior

Ryaath Stormbringer
Slackerz United
#49 - 2012-10-03 13:46:52 UTC
if you need non shared web hosting or a dedicated server to run your ECM or other servers/ services on take a look at my thread here

Been operating for about 6 months, changed from individual person managing this in game business, into a corp buisness so i can keep up with supply and demand demand, and offer promt 24/7 trouble shooting etc.
Lulu Pires
Doomheim
#50 - 2012-10-15 21:11:59 UTC
I'm facing a problem with my installation.

I guess the static files won't load at all as my instance is fully function but doesn't show any pictures or any kind of formatting.

I've gone through all the steps in the installation guide carefully.

Jack Lagoon
Noble Sentiments
Second Empire.
#51 - 2012-10-15 22:08:58 UTC
Any one try running this on Godaddy hosting and if so what steps did you take? Thanks!
Lulu Pires
Doomheim
#52 - 2012-10-16 19:51:20 UTC
Jack Lagoon wrote:
Any one try running this on Godaddy hosting and if so what steps did you take? Thanks!


I'm running this on apache server in localhost.
AzAkiR NaLDa
Council of Exiles
Brave Collective
#53 - 2012-10-19 17:45:59 UTC
Make sure the permissions are set correctly and that the instance can access and write to the cm.log file.
Any errors that occur during loading or what ever get logged in there

Lone Star Warrior

Isaphras
Ponies Love Napalm
#54 - 2012-10-26 11:52:21 UTC
Seemed like a great idea until I saw django.

I love Python as much as the next guy, but everyone knows how badly django turned out.

--

Considering the code is GPL I might have a look and see what I can do about a PHP/MySQL version; love the work you've done here, just unfortunate that django was the way you chose to go.

--

Back on hand, I don't see why you didn't go with WSGI or something that goes straight into the Apache server and can run as a CGI without having to suck so hard (again, django.) Hope you guys could consider switching to server software behind this wonderful application to something sane for v3 :P.
Dukandreas
Ministry of War
Amarr Empire
#55 - 2012-11-06 20:52:44 UTC
does the use_https do anything? I am trying to proxy using nginx and when ever ECM redirects to another page it uses http.
Amallya Trueshot
Aliastra
Gallente Federation
#56 - 2012-11-11 15:42:47 UTC
this is a great app!

i've started to config my vps with ecm.
in this week i'll be doing tests using a friendly corporation.

then, i'll might go start hosting ecm instances. (have to figure out how much i'll be charging for that)

evemail me if u got anything on mind.


best regards from Portugal
Brain Gehirn
Macabre Votum
Northern Coalition.
#57 - 2012-12-03 19:33:52 UTC  |  Edited by: Brain Gehirn
Hello,

I got it working locally but with a sad issue:
- The ecm doesnt load images and/or css.
- Every api specific option that I want to view have the message "Loading data from server...."

I already managed to set the static folder inside the ini file but doesnt seen to work.

Am I missing something? Btw, im using latest version

Thanks!
Ajurna Jakar
Jian Products Engineering Group
#58 - 2012-12-04 08:26:55 UTC
you need to serve the static files seprately. for instance in apache you would need to alias the static directory to example.com/static. then the images and js will load properly.

http://eve-corp-management.org/ 

Brain Gehirn
Macabre Votum
Northern Coalition.
#59 - 2012-12-04 11:48:44 UTC
Im not using domain, just locally.
I didnt realize yet how to serve it since the url http://127.0.0.1:8888/static/ecm/img/logo.png says that the thing doesnt exist and also the code just use relative references.

Setting anything in static patch doesnt solve a thing (or even leaving it blank).
Ajurna Jakar
Jian Products Engineering Group
#60 - 2012-12-04 12:56:49 UTC
well the httpd you are using has to transfer the files cause otherwise its trying to run them as a script. there needs to be a change to this effect. pop on irc if you want more real time help.

http://eve-corp-management.org/