PHP 团队开发设置

发布于 2024-12-22 17:44:56 字数 173 浏览 3 评论 0原文

我目前正在开发一个网站(PHP、MySQL、Javascript...),到目前为止我做得很好。我当前的设置是远程 LAMP 盒和带有 RSE 插件的 Eclipse。但现在我必须为我的团队找到另一种设置。 所以现在我正在寻找一个带有版本控制的解决方案,这将使我们能够测试所述盒子上的代码。有什么想法吗?

谢谢!

Im currently developing a website (PHP,MySQL,Javascript...) and i've been doing great so far. My current setup is a remote LAMP box and Eclipse with the RSE plugin. But now i have to figure out another setup for my team.
So now im looking for a solution with version control and that would allow us to test the code on said box. Any ideas ?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

琴流音 2024-12-29 17:44:56

Netbeans(x 平台)和 Coda(在 Mac 上)非常受欢迎。Git 和 SVN 都非常容易设置,但我推荐 git学习曲线是更轻,IMO 总体上是一个更好的修订控制系统。

或者,您可以让每个人使用他们想要的任何 ide,强制他们从命令行学习 svn / git,并专注于标准化您的代码方法(即框架和库)而不是您的开发环境。

我会选择后一种方法,因为不同的人将使用不同的操作系统并且有不同的偏好。

Netbeans (x-platform) and Coda (on Mac) pretty popular if you're looking for an IDE w/ integrated revision control via git, svn, etc. Git and SVN are both extremely easy to setup, but I'd recommend git as the learning curve is slighter and IMO overall a better revision control system.

Alternatively, you can let everybody use whatever ide they want, force them to learn svn / git from the command line, and focus on standardizing your code approaches (ie frameworks and libraries) instead of your development environment.

I'd go with the latter approach, since diff people will be using diff operating systems and have diff preferences.

深陷 2024-12-29 17:44:56

我建议在每台用户计算机上运行 mamp (或类似的)本地安装。然后使用“git”与远程主机(例如 codebasehq.com)进行版本控制,以便您可以管理提交您的开发团队。

I recommend running local installs of mamp (or similar) on each user machine. Then use 'git' for version control with a remote host such as codebasehq.com so that you can manage commits over your development team.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文