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.
- Clone the code on sae and customize the folder name. Execute the command in the terminal of PHPstorm
svn co "svn warehouse information" myphpdomain
- Follow the terminal prompts and enter the email and password of the sae account.
- In phpstorm, switch directories cd myphpdomain, make custom modifications in the code part, submit for testing
- 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.
Statement: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