用phpstormqiniu upload files/download project files在什么地方

0. PrerequisitesA deployment server has been configured as described in .1. Synchronize your changesNext to uploading and downloading files from and to a deployment server, PhpStorm can also synchronize changes. To do this, use the context menu on any file or folder or the entire project and use the Deployment | Sync with Deployed to &server name&... context menu. This will trigger a diff between the PhpStorm project and the remote server.By default, the diff will be based on file contents. Optionally this can be changed from the toolbar to compare files based on size and/or timestamp.From this diff, we can select what will happen to the selected files. We can select to either download or upload changes from the project to the deployment server by using the context menu.
Once diff actions have been set, we can use the toolbar icons to Synchronize Selected or Synchronize All.(optional) 2. Automatic Upload
When a user needs to have the exact same files on the server as in the PhpStorm project, automatic upload can be of help. Automatic upload means that whenever a change is saved in the IDE, it will be deployed to the deployment server. Configuration is done through Project Settings | Deployment | Options, setting the Upload changed files automatically to the default server option to Always or On explicit save action.Always will do as it says and upload files whenever they are saved or autosaved. This is not recommended for deployment to production: incomplete code can be uploaded while developing, potentilly breaking the production application.On explicit save action will only upload when a file save was invoked manually by choosing File | Save all or by using the keyboard shortcut Ctrl+S (Cmd-S on Mac OS X)
Whenever automatic uploadoccurs, the File Transfer tool window will inform us about this:(optional) 3. Automatic Upload before launching a debugging sessionWhen working on a PHP application, we can have our source code automatically uploaded to a deployment server every time we run the application or initiate a debugging session from our IDE. This can be very useful when working with a development web server, for example, because when we run our debug our application remotely it will always be with the latest source code we have in our project.From a Run/Debug Configuration, we can add a launch action to Upload files to Remote Host.Next, we can specify which folders should be uploaded to the deployment server. This can be the full project, or a subfolder that is specific to the Run/Debug Configuration.(optional) 4. Automatic Upload on VCS commitPhpStorm can automatically upload files that are committed to VCS from the Commit Changes window. The target server can be specified and when the Always use selected server option is checked, uploads to the deployment server will always be executed on commit.(optional) 5. Notify about remote changesWhen working on the local project and the remote server, we may want to receive notifications if changes are made remotely. We can configure this in Project Settings | Deployment | Options.There are two settings that must be enabled to get notifiations about remote changes:Warn when uploading over newer file lets us select if we want to be warned about overwriting files on the deployment server. By default this option is turned off, but we can choose to compare files based on either timestamp and size or the actual file contents. We will need one of these comparisons enabled before we are able to turn on change notifications. The reason for this is PhpStorm has to know when a file is considered changed.Notify about remote changes is what we are after: when enabled, we will get notified about remote changes that are not in our local project.If we open a file in the IDE which ahs been changed on the deployment server, we will get a notification about this. We can then merge the changes into our local file or simply choose to overwrite local changes by downloading the remote file.PHPStorm 8.0.2 Create New Project from Existing Files is grayed out - Stack Overflow
to customize your list.
Join the Stack Overflow Community
Stack Overflow is a community of 6.5 million programmers, just like you, helping each other.
J it only takes a minute:
I cannot create new project from existing files since it is grayed out.
How to fix this?
I'm using PHPStorm 8.0.2 Build 139.732
3,55821518
Yes -- it is disabled in 8.0.2 for some reason (bug).
It has been fixed already --
Either wait for 8.0.3 to be released or use 8.0.3 EAP build --
65.2k8149150
I experience the same behaviour.
What i do is just open some of my already working projects.
Then I close that project and this option is not grayed out anymore.
I guess it is a bug.
Your Answer
Sign up or
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Post as a guest
By posting your answer, you agree to the
Not the answer you're looking for?
Browse other questions tagged
Stack Overflow works best with JavaScript enabledPhpStorm Plugins
Opens a local file under Git version control in its remote host using the default browser. It can also optionally copy the URL to the clipboard.
GitLab Projects Plugin
Simple plugin that is adding support for GitLab specific actions to JetBrain IDEs Features.
This plugin lets you download and build
Docker images, create and start Docker containers, and carry out other related tasks.
A plugin to help you easily edit Swagger specification files.
Yeoman integration.
Team Foundation Server provides source code management (either via Team Foundation Version Control or Git), reporting, requirements management, project management (for...
Allows to trace JavaScript code execution in any browser, on any device and platform.
This plugin brings support for PostCSS:
The IDE now recognises .pcss files.
Bash language support for IntelliJ.
Node.js integration.
Vim emulation plug-in for IDEs based on the IntelliJ platform.
Symfony Plugin
Documentation |
Doc on GitHub |
&&Markdown Navigator 2.0
Markdown language support for IntelliJ platform
A Markdown plugin with GFM and a matching preview style.
Markdown support for IntelliJ products.
Provides live edit HTML/CSS/JavaScript.
Detects type of selection, line or keyword at caret and shifts it "up" or "down" on keyboard shortcut.
Regular Expression Tester for IntelliJ IDEA.
At last, a handy way to save your Autoscroll to/from Source settings :).
Allows to easily browse next/previous word at caret and highlight other appearances of selected word.
Disables annoying dialog for unlocking non-project files -
IDEA-125379.
Allows you to define a series of regular expressions which will be tested against the console output or file.
Allows using Eclipse's code formatter directly from IntelliJ.
PlantUML diagramming tool integration.
Categories}

我要回帖

更多关于 qiniu upload files 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信