Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
225 views

Setting Environment for Testing and Production

I'm developing a system in CakePHP, using Git as the version control system. I have a working copy in my testing server and another in my production server, both with different databases. Everytime I ...
1
vote
3answers
47 views

Best way to distinguish environment in MVC3?

I am using MVC3, and I am wondering what is the best way to distinguish your environment? For instance I am thinking of adding a key to appSettings and referencing it, however in MVC3 is there a ...
1
vote
1answer
110 views

Deploying a website to multiple environments with git

Currently I deploy a project to production with git, using git push production master to a repository with the following post-receive hook: #!/bin/bash ...
1
vote
3answers
96 views

Setting up development server references

What would you guys recommend as good references for setting up a testing server (xampp on xp pro), a staging server and a production server while also having svn? I'm a noob to "hardcore" development ...
1
vote
1answer
865 views

Grails auto reload functionality in run-app on a custom environment

When running a custom environment with grails via grails -Dgrails.env=custom run-app it appears that the auto reload / hot deploy is turned off, does anyone know how to arbitrarily enable this for any ...
0
votes
1answer
47 views

Codeigniter environments custom javascript inclusion

Codeigniter has its 'ENVIRONMENT' setting such that when in a production environment, by changing the setting to 'production', all of the production configuration files are included. A large amount ...
0
votes
3answers
178 views

Is it possible to change application.css to application.css.sass?

I would like to change my application.css file to a sass file and use @import to pull all the necessary files. Then I want to @import the application.css.sass into page specific sass files. This all ...
0
votes
1answer
54 views

Environment setting in a .net applilcation

I need to know how we can control the environment setting in the application without manually changing the setting in app.config in my .net windows application. In Java I would use a command line ...
-1
votes
1answer
34 views

Environment Question?

Hi I'm on my way to do a big Computer Vision Oriented Project What I want is this: What is the best choice of development Environments? (Qt+OpenCV+OpenGL under Linux or Visual Studio+OpenCV+OpenGL ...