production-environment
Using SQLite as production database, bad idea but
We are currently using postgresql for our production database in rails, great database, but I am building the new version of our application around SQLite. Indeed, we don\'t use advanced functions of[详细]
2023-03-07 15:22 分类:问答How do I prevent node.js from crashing? try-catch doesn't work
From my experien开发者_开发知识库ce, a php server would throw an exception to the log or to the server end, but node.js just simply crashes. Surrounding my code with a try-catch doesn\'t work either s[详细]
2023-03-06 07:38 分类:问答Data Migrations on Production Database
Is there any way to have data migrations on production database not to be with SQL? We are using MigratorDotNet and when we build a new funcionality for the application that changes the scheme of the[详细]
2023-02-28 13:18 分类:问答What features do I need to have before I open an ASP.Net app onto the internet?
Before I enable access to a new site, what steps should be done to make sure it\'s secure and \"production ready\"?[详细]
2023-02-28 06:34 分类:问答Rails problem in production mode, mysql database
App is running smoothly in development mode, but deploying it onto a managed server brings up the public/500.html pag开发者_如何学JAVAe (\"We\'re sorry, but something went wrong\"), seemingly when con[详细]
2023-02-28 03:29 分类:问答Elmah giving error code 500 on production, but not on old host/local development
I can\'t figure out how to get Elmah working on my production host for my Asp.net MVC project.Locally and on my last host, everything is setup correctly and going to /Elmah.axd successfully brings up[详细]
2023-02-26 07:13 分类:问答Python environment management (devel/release)
I have released a package within my workplace; it is used by ~10 people. I have a very quick develop/test/release cycle (sometimes twice a day), and I am starting to suffer from an increased disorder[详细]
2023-02-25 10:54 分类:问答How Do I Push Rails 3.0 to Apache/MySQL Production Server
I\'m a Rails student, and I\'m guessing my question is a basic one, but it can\'t be helped. I\'m currently going thru a Rails crash course which focuses on using Heroku to test the \"production\" app[详细]
2023-02-25 02:30 分类:问答Connecting a rails application with sunspot to a tomcat/solr server with authorization
Okay, so I have a separate server with solr and this connects perfectly fine with the app. Using the usual sunspot.yml we 开发者_运维技巧have something like:[详细]
2023-02-22 23:23 分类:问答using t4 template engine in production
Planning of using t4 template in a production environment. I have not used this before either. I want to know if anythi开发者_如何学Cng is required to be installed on the production server, are there[详细]
2023-02-22 07:08 分类:问答