deployment

TFS 2010 and creating a package

女生的网名这么多〃 提交于 2020-01-06 09:05:08
问题 I am running the build with the flags /p:CreatePackageOnPublish=true /p:DeployOnBuild=True The agent creates a the folder: C:\Builds\99\MyWebProject\Sources\WebProj\Web\obj\Debug\Package\PackageTmp that is used when the package is deployed. However, this folder does NOT have the files that are not in source control but are created during the post build event. I'd like these files to be included in the package as well (but can't add them to the source control as they are created later). How do

Multiple apps, multiple versions of the app under the same domain. How to configure apache server, routes and relative paths to make it work?

和自甴很熟 提交于 2020-01-06 08:12:19
问题 My team's server is set up in such as way: We have one domain name, which seems like already a subdomain of the company's domain. We want to host multiple applications under this one domain. We'd even like to have a production version and staging version for each of the apps on the server. Document root is an empty folder. Applications sit outside of the document root. we are trying to use the first token in the URL path to find out which app we try to access, then somehow redirect to it

Multiple apps, multiple versions of the app under the same domain. How to configure apache server, routes and relative paths to make it work?

半腔热情 提交于 2020-01-06 08:12:05
问题 My team's server is set up in such as way: We have one domain name, which seems like already a subdomain of the company's domain. We want to host multiple applications under this one domain. We'd even like to have a production version and staging version for each of the apps on the server. Document root is an empty folder. Applications sit outside of the document root. we are trying to use the first token in the URL path to find out which app we try to access, then somehow redirect to it

Tomcat deployment file paths (for Java I/O process)

久未见 提交于 2020-01-06 08:03:50
问题 I managed to implement a simple file I/O in my Spring project for files not inside my project (then WAR file) using a .properties file that contains the path (source) and now I need to do it in the server. Before, when I included the files inside the WAR file, I can access them in the Tomcat server using the path /home/my_username/tomcat7/webapps/my_project/WEB-INF/classes/ But now that the files are not inside the WAR file, I just put them adjacent to the webapps folder. The structure of my

rails bluehost error Ruby (Rack) application could not be started

∥☆過路亽.° 提交于 2020-01-06 07:58:06
问题 I've worked through many issues deploying a simple rails app and thought all was good when i saw the rails welcome screen... then I saw lots of errors when I selected the "about your applications environment" link of the default rails page. The errors are below and also appear when I go to specific URLs. I THINK the issue is that my ~/.bashrc file is explicitly calling for export GEM_PATH=$GEM_HOME:/usr/lib64/ruby/gems/1.8 when the errors reference gems/1.9.3 I'm just not sure if this is the

deploying qt quick application to android fail

大城市里の小女人 提交于 2020-01-06 05:29:27
问题 I'm trying to deploy an application to my android device ( android version 4.4.4 ) and I'm using the kit: Android for armeabi-v7a(GCC 4.9,QT5.8.0) and i get the following error : Invalid json output from qmlimportscanner. 13:19:33: Le processus "D:\Qt5.8.0_android\5.8\android_armv7\bin\androiddeployqt.exe" s'est terminé avec le code 4. Erreur lors de la compilation/déploiement du projet untitled5 (kit : Android for armeabi-v7a (GCC 4.9, Qt 5.8.0)) When executing step "Build Android APK" I don

in storm 1.2.2 deployment, ui is stuck in “loading summary”

怎甘沉沦 提交于 2020-01-06 05:26:16
问题 I tried to deploy apache storm for a streaming program development. 4 servers for 1 nimbus/ui and 3 supervisors. After all setup, nimbus/ui/supervisors are launched without errors/exceptions reported in logs. But when access to ui via browser, the page is stuck in a spinning prompted "loading summary" like for ever. All processes are killed and zookeeper node "/storm" and storm data folder are cleared. Still stuck on ui after restart the cluster. Also switched to lower rev 1.1.3, still same

Azure Deployment Slot Switch cmdlet not working from PowerShell

Deadly 提交于 2020-01-06 05:08:31
问题 I can do this swap from the Portal, however it won't work from PowerShell Switch-AzureRmWebAppSlot -ResourceGroupName "z_test_amp_Resource_Group" -Name "z-test-amp-EXPERIMENT-TEST-APP" -DestinationSlotName "z-test-amp-EXPER-DEPLOY-SLOT-01" -SourceSlotName "production" It gives the error: The Resource 'Microsoft.Web/sites/z-test-amp-EXPERIMENT-TEST-APP/slots/production' under resource group 'z_test_amp_Resource_Group' was not found. In the Portal Swap dialog it provides "production" in the

Qt png images not showing up in deployment app

泄露秘密 提交于 2020-01-06 04:57:12
问题 My .png images show up im Qt Creator and also when i build my project in both debug and release situations. When I try to deploy my exe and run it my images don't show up. My .pro file: QT += core gui multimedia multimediawidgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = WinSim TEMPLATE = app DEFINES += QT_DEPRECATED_WARNINGS SOURCES += main.cpp\ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui RESOURCES += \ resourcefile.qrc win32:RC_ICONS += icons\uokicon.ico My

how to solve Invalid command 'PassengerAppRoot', perhaps misspelled or defined by a module not included in the server configuration?

白昼怎懂夜的黑 提交于 2020-01-06 04:31:06
问题 I'm learning how to host my flask app on Apache server. while following these steps Deploying a Python app on a Linux/Unix production server an while restarting the apache server, got this error AH00112: Warning: DocumentRoot [/var/www/FlaskApp/FlaskApp/public] does not exist AH00526: Syntax error on line 6 of /etc/apache2/sites-enabled/my_flask_app.conf: Invalid command 'PassengerAppRoot', perhaps misspelled or defined by a module not included in the server configuration Action 'restart'