This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 222148 - Request: Symfony remote execution.
Summary: Request: Symfony remote execution.
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 3 votes (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 244118 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-14 19:30 UTC by kirugan
Modified: 2016-01-05 10:23 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kirugan 2012-11-14 19:30:54 UTC
Many people (like me) use Symfony with projects on remote server. Netbeans has nice menu for symfony cli commands, but it works only for local project, remote project should manually synchronized with local version. And even more: when we use commands like "doctrine:build --all" from symfony 1.4 it requires the same connection on local machine as remote. My request - is about adding some opportunity to work with remote projects easy as local projects.
Comment 1 Tomas Mysik 2012-11-15 05:20:09 UTC
It would help us a lot if you could provide more details - what exactly could be done, how it could/should work.

Thanks for reporting.
Comment 2 kirugan 2012-11-16 12:36:00 UTC
(In reply to comment #1)
> It would help us a lot if you could provide more details - what exactly could
> be done, how it could/should work.
> 
> Thanks for reporting.

Sure,  first of all when we use symfony command which dont connect to database, like "generate:module frontend my_module" symfony should run the same command on remote server (if connection type is sftp) and check in background that there is no differences between local and remote files, or create files on local machine and upload it in background (i think its better way, because connection might be ftp).

When we use commands which connect to database, "doctrine:build --all" and connection to server is sftp, netbeans run on remote server  the same command and download new files from remote server. 

I explain how I work with this now:
1) i create new project "existing project on remote server"
2) use command "generate: project" to create files locally
3) upload to remote server
/* now database part */
4) install mysql database on local machine
5) create the same user in database
6) run "doctrine: build --all"
7) upload files to remote server
8) connect through ssh to remote server and run "doctrine:build --all" (it create database with tables and model files)

Not only command above should be synchronized, i often use "plugin: publish-assets" for creating symlinks in web directory, or "project:permissions" for permissions to cache and log directories.
Comment 3 VisioN 2015-11-19 12:07:19 UTC
I entirely support this feature request. I'd say this is a number 1 priority feature for Symfony (now Symfony2) projects.
Comment 4 Tomas Mysik 2016-01-05 10:23:47 UTC
*** Bug 244118 has been marked as a duplicate of this bug. ***