简体   繁体   中英

How to create a Netbeans PHP Project by using terminal in Ubuntu 12.04?

How to create a Netbeans PHP Project by using terminal in Ubuntu 12.04 eg we have a php project under /home/username/sites/php_project_directory. By using Netbeans GUI, we can easily create a PHP project by selecting the directory. But is there any command by which we can create the poject from terminal using some commands, so that next time when user opens NetBeans, the project would be already created or if Netbeans was already open, then this newly created project would start reflecting in the Netbeans GUI.

也许您可以复制现有项目并通过sed运行它以更改所有详细信息。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM