简体   繁体   中英

How to deploy Pinax without root Access to Apache?

I tried Pinax, and it works great on my local machine, but how do I deploy it to my webhost server? I will not have root access to the server, and can not change APACHE server's config. I can only edit .htaccess file, will that be enough for Pinax deployment? ChengLong

Check out:

http://pinaxproject.com/docs/dev/deployment/

In short:

  • Create a local_settings.py alongside settings.py for your host-specific settings (like database connection, e-mail, etc).
  • Configure mod_wsgi.
  • Set up cron job for mailer and asynchronous notifications.

OR

You could check out http://gondor.io and stop worry about all this server configuration stuff.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM