iclab / centinel-server

MIT License
2 stars 7 forks source link

mod_wsgi #19

Closed Ethcelon closed 9 years ago

Ethcelon commented 10 years ago

I haven't updated the readme yet. Do u want me to upload the .conf file at my /apache2/sites-available/? How i did it:

  1. Install mod_wsgi
  2. Put centinel-server to /var/www/
  3. put the conf file in place
  4. Enable site with a2ensite centinel-server Did I do everything right?
Ethcelon commented 10 years ago

the apache conf https://gist.github.com/Ethcelon/41ec65f06852e46684bf

gsathya commented 10 years ago

Thanks @Ethcelon !

Ethcelon commented 10 years ago

@gsathya If we are going to use apache, would we actually need run.py outside to run independently?

gsathya commented 10 years ago

@gsathya If we are going to use apache, would we actually need run.py outside to run independently?

Sure, I probably wouldn't use apache for testing locally right?

Ethcelon commented 10 years ago

@gsathya I'm unable to use the config in the wsgi file. I've added the apache conf to contrib/

gsathya commented 10 years ago

ok, can you remove the commits that don't work? and force push?

Ethcelon commented 10 years ago

@gsathya Am i doing this right?

Ethcelon commented 10 years ago

bump! Hi gsathya, I'm back after the cyclone! What needs to be done here?