Commit Graph

50 Commits

Author SHA1 Message Date
Felipe dc54252660 Updated deploy script to match github repository 2013-09-17 15:46:31 +02:00
Felipe b93544fc58 Updated base requirements (django security update) 2013-09-16 13:16:57 +02:00
Felipe Martín 503a0f2cd6 Told DDT to now intercept redirect on development 2013-05-30 11:50:12 +02:00
Felipe Martín afcd702cec Added django debug toolbar to development settings 2013-05-30 11:00:30 +02:00
Felipe Martín 13a44293e5 Merge branch 'master' into develop
* master:
  Fixed deploy script
2013-05-29 12:24:53 +02:00
Felipe Martín 19db8c9f7d Added SASS thingies to install.sh script 2013-05-29 12:24:39 +02:00
Felipe Martín 21624f14b8 Fixed deploy script 2013-05-29 11:58:24 +02:00
Felipe Martín c9eeb45025 Migrated LESS to SASS 2013-05-29 11:55:06 +02:00
Felipe Martín 6260faf47b Improved sentry error logging.
Minimun logging is now WARNING (up from DEBUG)
Using sentry_id for 500 errors.
Using custom 404 template & view: added sentry logger there.
2013-05-29 11:36:19 +02:00
Felipe Martín a19b8501be Blog finished:
+ Added RedactorJS to the admin (with jquery 2.0 under libs)
+ Added custom styling for default images (centred)
+ Re-sorted less files (shit happens)
+ Added a js script to load redactor under .redactor-editor classname
2013-05-28 16:49:57 +02:00
Felipe Martín 513946e6fe Added pytz to requirements 2013-05-28 14:38:43 +02:00
Felipe Martín 270bf8ee30 Modified design: Added custom LESS files and base border radius (for bootstrap) is now zero. 2013-05-27 16:47:29 +02:00
Felipe Martín 1c94d6883e Added ALLOWED_HOSTS variable to development settings if you wan't to text without debug = true 2013-05-27 16:29:04 +02:00
Felipe Martín e659a7c762 Improved nginx proxy configuration to bind real addresses. 2013-05-27 13:16:24 +02:00
Felipe Martin aa28fdc965 Drop caches script shows memory before and after the cleaning. 2013-05-25 11:43:25 +02:00
Felipe Martín 16a270c9ef Customized local development version 2013-05-24 12:37:37 +02:00
Felipe Martín 71411af9bf Added google analytics and app_version to the new template context 2013-05-24 12:21:32 +02:00
Felipe Martín 3cf1bb4586 Sentry handling all errors now 2013-05-23 19:24:20 +02:00
Felipe Martín f0aff65337 Changed error level for sentry to DEBUG (from ERROR) 2013-05-23 19:05:46 +02:00
Felipe Martín b79b67ac09 Fixed supervisor-gunicorn configuration 2013-05-23 18:55:19 +02:00
Felipe Martín 3bac8469c0 Added supervisor/gunicorn handlers on deploy script. 2013-05-23 18:27:41 +02:00
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