Commit Graph

29 Commits

Author SHA1 Message Date
Felipe Martín 2f07391ade Fixed server.sh path on deploy script 2013-05-23 13:42:44 +02:00
Felipe Martín fea572bd83 Finished server configuration with a bash script to start gunicorn monitored by supervisor 2013-05-23 13:40:47 +02:00
Felipe Martín df77cac478 Deploy fixes: supervisor script execution, local settings for logging with raven and logging disabled on main settings 2013-05-23 13:02:19 +02:00
Felipe Martín 1bb173312f Copy supervisor script correctly 2013-05-23 12:49:24 +02:00
Felipe Martín b7ece75cb5 Added supervisor conf 2013-05-23 12:44:09 +02:00
Felipe Martín 8657dad379 drop_caches script chmoed +x 2013-05-23 12:31:11 +02:00
Felipe Martín 85aca4ae39 Added drop caches maintenance scripts 2013-05-23 12:28:46 +02:00
Felipe Martín 6016bb571c Added supervisor install command to install script 2013-05-23 12:12:24 +02:00
Felipe Martín 389d1d20b9 Debug activated on development environment 2013-05-23 12:11:28 +02:00
Felipe Martín 36c843249a Updated production environment:
+ Install script now creates some needed folders and files for the app user
+ Updated nginx.conf file
+ The nginx.conf file is copied to the $HOME/conf folder
+ git describe output is stored.
+ Added raven to requirements and configuration is added to the local_settings file
+ Added unicorn to requirements and configuration is added to the local_settings file
2013-05-23 12:00:50 +02:00
Felipe Martín e39c3fec79 Added base nginx configuration. Added 127.0.0.1 to ALLOWED_HOSTS for nginx reverse proxy 2013-05-22 19:00:13 +02:00
Felipe Martín 1670a42975 Deploy script now compiles bootstrap less files 2013-05-22 18:53:51 +02:00
Felipe Martín 2f239971b8 Install script now starts and enables nginx webserver 2013-05-22 18:53:37 +02:00
Felipe Martín 6cf94e796c Fixed environment settings 2013-05-22 18:31:01 +02:00
Felipe Martín dce7273615 Updated install script with improved output, reminders and more complete postgresql configuration 2013-05-22 18:17:36 +02:00
Felipe Martín 212ea792b3 Added psycopg2 to production requirements and updated local_settings for production environment 2013-05-22 17:59:55 +02:00
Felipe Martín dad71a6114 Fixed python executables and added an alert to the install script 2013-05-22 17:41:58 +02:00
Felipe Martín fc7f349f89 Uncommented GIT section 2013-05-22 17:39:30 +02:00
Felipe Martín 8a76602085 deploy script: CHECK_UPDATE = True (from false) 2013-05-22 17:37:32 +02:00
Felipe Martín f1f1690d89 Updated deploy script and added install.sh for server easy install of dependencies (archlinux based) 2013-05-22 17:36:48 +02:00
Felipe Martín 4152b00958 Testing production local settings 2013-05-22 17:11:02 +02:00
Felipe Martín 133fb6aadb Fixed production.pip -> requirements.pip 2013-05-22 17:07:40 +02:00
Felipe Martín 94d3963ad2 Configured jingo 2013-05-21 13:49:28 +02:00
Felipe Martín c768b88fa5 Updated tests. Now using django TestCase, fabric command and fox working again. 2013-05-20 19:03:44 +02:00
Felipe Martín 7fbe0b241b Added Vanilla fixture for database.mod 2013-05-20 16:28:38 +02:00
Felipe Martín dfef227c21 Added south 2013-05-20 16:08:45 +02:00
Felipe Martín 19fc742050 Added django-grappelli 2013-05-20 14:00:23 +02:00
Felipe Martín 01919b44b8 Added django 1.5.1 and configured local_settings 2013-05-20 13:56:58 +02:00
Felipe Martín 947594e76c Initial commit: Base files and folder structure 2013-05-20 13:01:24 +02:00