Home > Backend Development > PHP Tutorial > PHP code Deploy PHP code to sae under mac

PHP code Deploy PHP code to sae under mac

WBOY
Release: 2016-07-29 08:33:16
Original
1077 people have browsed it

1. Log in to Sina Cloud, create an application, fill in the application, and use svn to manage the code.

2. Enter code management and obtain svn warehouse information.

  1. Clone the code on sae and customize the folder name. Execute the command in the terminal of PHPstorm
    svn co "svn warehouse information" myphpdomain
  2. Follow the terminal prompts and enter the email and password of the sae account.
  3. In phpstorm, switch directories cd myphpdomain, make custom modifications in the code part, submit for testing
  4. svn ci or svn commit

Possible problems: Submit errors, refer to the solution URL:
http://stackoverflow.com/questions/3903037/commit-failed-error-when-committing-new-version-to-svn-repository

Solution command:
svn commit
export SVN_EDITOR=nano

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the deployment of PHP code to sae under mac, including the content of PHP code. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template