-
Notifications
You must be signed in to change notification settings - Fork 4
Deployment
zzolo edited this page Dec 16, 2011
·
7 revisions
This page is meant to be a end-to-end instruction on how to get up and running with the Marketplace. But for now, it is simply a place to document how the application is currently deployed.
- Currently, running on an EC2 Large instance. (ami??)
- There is no reason that EC2 is required for this.
- Ubunutu
- (what version?)
- Using MySQL
- (how was this installed?)
- (any specific config changes?)
- (what version?)
- (how installed?)
- (any specific config changes?)
- FastCGI is used because of the use of Nginx.
- (what version?)
- (how installed?)
- (any specific config changes?)
Though Drupal is most often used with Apache, Nginx is a fast, non-blocking web server.
- (what version?)
- (how installed?)
- (any specific config changes?)
- Main config:
/etc/nginx/site-enabled/civic
- Drupal requires that cron.php be run on a regular basis.
- (how is this set up, as it seems to be running, but there are no obvious cron entries?)
- ??