473,549 Members | 2,723 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deploying Symfony2 application, working example

103 New Member
I am not able to deploy the project to the Server with Magellanes.

I am getting output:
Expand|Select|Wrap|Line Numbers
  1. "Not found required config C:\Bitnami\wampstack-5.6.17-0\sym_prog/
  2. .mage/config/environment/production.yml for environment production "
Full error message looks like this:
Expand|Select|Wrap|Line Numbers
  1. C:\Program Files\Git>cd c:\bit*\wamp*\sym_prog
  2.  
  3. c:\Bitnami\wampstack-5.6.17-0\sym_prog>mage deploy to:production
  4. Starting ←[0;34mMagallanes←[0m
  5.  
  6.         ←[0;31mNot found required config C:\Bitnami\wampstack-5.6.17-0\sym_prog/
  7. .mage/config/environment/production.yml for environment production←[0m
  8.  
  9. Finished ←[0;34mMagallanes←[0m

C:\Bitnami\wamp stack-5.6.17-0\sym_prog\proj 282recip\.mage\ config\environm ent\production. yml

Expand|Select|Wrap|Line Numbers
  1. #production
  2. deployment:
  3.   user: gintare
  4.   from: ./
  5.   to: www.statgint.com/proj282rec
  6.   excludes:
  7. releases:
  8.   enabled: true
  9.   max: 10
  10.   symlink: current
  11.   directory: releases
  12. hosts: 108.175.157.32
  13. tasks:
  14.   pre-deploy:
  15.     - scm/update
  16.   on-deploy:
  17.     - symfony2/cache-warmup: {env: prod}
  18.   post-release:
  19.     - purge-apc-cache
  20.   post-deploy:
  21.     - purge-varnish-cache
Actually, i am not sure
1) what shall be name,
2) how to enable connection without a password? I made ssk key without a password and uplaod to the server, but i do not know how to configure this in Magellanes ?
3) Do i have to script tasks manually?
Jan 25 '16 #1
0 1047

Sign in to post your reply or Sign up for a free account.

Similar topics

10
2698
by: JZ | last post by:
Does anybody know any working example of using embedded MySQL library for Win32 (libmysqld.dll)? That example from MySQL manual does not work for me. I am looking for Python API to libmysqld.dll... -- JZ
4
4112
by: schwerdy | last post by:
Hi together, can someone provide an example of a curses application that works in a xterm that can be resized? I could not find any working example yet... Thanks in advance, Sebastian 'Schwerdy' Schwerdhöfer
1
19113
by: pokémon | last post by:
Can someone please post a working example of how to use the WaitAny() method. Thanks.
1
1470
by: Jodi Wedll | last post by:
I am attempting to deploy my .Net Application from my WinXP development machine to production systems based upon WinNT and Win98. I believe that it is mostly working except for code relating to the error coding. I have error coding that warns the user of problems with the information supplied. I used "System.Windows.Forms.ErrorProvider"...
8
1058
by: Scott | last post by:
I need to set a limit on my application working... I want the application not to work as from 31/03/05 and I need to know how to code this. Surely there must be a simple code to check the date at start-up of the app?? How do I do this??? Scott
1
5233
by: Supercox | last post by:
I am on a team programming a VB.NET application (called "Alternate Benefit Calculator" or ABC for short) and I have been preparing our program for deployment. I have several questions pertaining to the deployment application in Visual Studio.NET. First question: I need to add some data files into the deployment application, but I do not...
1
1100
by: ananthunv | last post by:
Deploying .Net Application
0
1359
by: Amit | last post by:
Hi,I am new to .net 2.0 and have just built one web application and deployed the application on web server. The problem which i am facing is that if i make any changes in the .cs files or aspx files then everytime i have to publish the site and give new upload for whole site everytime which i feel is not correct way of doing it.and if i give...
8
2809
by: =?Utf-8?B?V2hpc2tleVJvbWVv?= | last post by:
I am trying to copy files and folders onto a production machine (Windows 2003 web edition -- we had to install the .NetFramework 2.0 on it). I wasn't even sure which files to copy for a ASP.NET 2.0 application. But I followed the steps I do for a 1.1 ASP.Net applications. I get the following error message when I try to run it. The...
4
3000
by: =?iso-8859-1?B?S2VyZW0gR/xtcvxrY/w=?= | last post by:
Hi, can someone please show me a working Example of how i can create a process on a remote system (does not need UI) with WMI using C#? Thanks in advance,... Regards
0
7450
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7720
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7809
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5088
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3500
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3481
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1941
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.