Commit Graph

61 Commits

Author SHA1 Message Date
Felipe Martín db488fbb66 Added handler for /favicon.ico 2013-05-24 11:59:20 +02:00
Felipe Martín e94057a908 Added robots.txt handler. 2013-05-24 11:52:12 +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 d3063e861a Added email. 2013-05-23 18:13:08 +02:00
Felipe Martín fcb52ada1e Added custom context to send git describe to templates 2013-05-23 16:31:44 +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 3d9b207f67 Updated LOGGING settings due to gunicorn failure 2013-05-23 12:12:12 +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 5acb175f4b Bump to 0.1.0 2013-05-22 16:55:41 +02:00
Felipe Martín afea041e66 Hiding the "v." in the footer if the app_version variable is not set. 2013-05-22 16:55:20 +02:00
Felipe Martín 8e1497111e Ignorning some files trom the mining tool 2013-05-22 16:02:25 +02:00
Felipe Martín d212471f39 Base mining tool for textures, blocks and items. 2013-05-22 16:01:17 +02:00
Felipe Martín 08e4c9fd03 Added util to unzip, decompile and parse a minecraft jar. (WIP) 2013-05-21 18:58:28 +02:00
Felipe Martín 3754c5a595 Added about page and finished base home disclaimer 2013-05-21 15:18:02 +02:00
Felipe Martín a535b8eda8 Added bootstrap CSS files to ignore list 2013-05-21 14:00:44 +02:00
Felipe Martín 2eeab61673 Added custom middleware to remove spaces between tags and remove html comments. Only if DEBUG = False 2013-05-21 13:59:48 +02:00
Felipe Martín da4c9670dc Added templates, urls and views for home page and versions list. 2013-05-21 13:51:34 +02:00
Felipe Martín dad7884524 Added bootstrap 2.3.2 with custom flat layout and font-awesome 2.3.3 2013-05-21 13:50:25 +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 f4e9dbff0e Added migrate script for dumping all the version from the old herobrine project 2013-05-20 17:15:02 +02:00
Felipe Martín ae6d6d53d2 Moved models to a single file until I found a useful method for sorting them 2013-05-20 16:56:06 +02:00
Felipe Martín 913f5c7189 databae.mod: Showing last version and clickable url 2013-05-20 16:38:35 +02:00
Felipe Martín 20581464a5 Added version model 2013-05-20 16:29:23 +02:00
Felipe Martín 7fbe0b241b Added Vanilla fixture for database.mod 2013-05-20 16:28:38 +02:00
Felipe Martín 50c9ae667d Added app database.
Added model mod
2013-05-20 16:16:29 +02:00
Felipe Martín c8d288fc13 Added south actions to fabfile 2013-05-20 16:16:02 +02:00