production-environment
Make MongoDB work for production
I have made a simple test of MongoDB under windows environment. The single collection of objects with ID (int32) and Buffer (byte[4096]) was filling sequentially. After reaching of almost 15G (of 16G[详细]
2023-04-13 02:57 分类:问答How can I drop the tables and syncdb for just one app in my Django project?
I have a Django app deployed on DjangoZoom. People have been signing up, so there are users in that database.[详细]
2023-04-06 10:57 分类:问答using git in a production server
I have a php webapp which has to generate some pdf files in a specified folder. On the production 开发者_StackOverflow中文版server, I\'m also using git and the problem is that some pdf files are dissa[详细]
2023-04-06 06:05 分类:问答Access Rails ActiveRecord db in production mode
I\'ve just deployed my first app to production. It\'s a simple front end for managing a DB, and the real action for the app happens in a script I placed in app/ called validation_script.rb.It accesses[详细]
2023-04-03 17:32 分类:问答Is Java 7 JVM fully ready for production? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect an开发者_如何转开发swers to be supported by facts, references,or expertise, but this question will likely[详细]
2023-04-03 02:06 分类:问答Nservicebus in production setup
I just came across a business case where Nservicebus would fit really well. What I can\'t find is any advice on how to set it up in a production environment. Is it just the choice of profile or are th[详细]
2023-04-02 19:41 分类:问答Convert an ASP.NET application on production in II6, back to Solution
I have to modify an ASP.NET Web Forms application which is currently on production on a Windows Server 2003 in II6.[详细]
2023-04-02 13:09 分类:问答How to start passenger in production environment?
I\'m starting the Rails 3 application with the following command: 开发者_开发问答passenger start -a 0.0.0.0 -p 3000 -d[详细]
2023-03-31 21:19 分类:问答paperclip working in development but not working in production?
I\'m pretty new to rails and seem to be having an issue with the paperclip gem. I installed the gem and it works well in development (localhost:3000) but when I\'m running it on the heroku server, for[详细]
2023-03-29 09:37 分类:问答"config.cache_classes = true" No such file to load -- /path-to-app/app/config/environment (LoadError)
The application won\'t start in the production mode with config.cache_classes set to true. It gives the following error with the stacktrace:[详细]
2023-03-29 03:59 分类:问答