是否有支持实时预览的 svn 或 git 解决方案
我想知道是否有一个解决方案(开源项目或 Web 服务)可以提供 svn 或 git 存储库以及 apache 服务器和数据库。我正在寻找这样的解决方案,因为我想获得使用颠覆系统进行开发的好处。另一方面,我需要预览最终结果,以查看代码在不同浏览器上的外观。
希望任何人都可以帮助我! 问候, 马库斯
I would like to know if there is a solution (open source project or webservice) available that offers a svn or git repository together with an apache server and database. I am searching for such a solution because I would like to get the benefits of developing with a subversion system. On the other side I need a preview of the final result to see what the code looks like on different browsers.
Hope anybody can help me!
regards,
Markus
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将 Git 存储库放置在 Apache 的文档根目录中。然后您可以编辑文件、提交文件并随时进行实时预览。
You could place your Git repository in the docroot of your Apache. Then you can edit files, commit them and hav at all times a live preview at hand.
看看 git-instaweb。它在您的 git 存储库中启动一个 Web 服务器,以便您可以浏览文件,并且它包含 gitweb.cgi,以便您可以快速获取有关存储库的数据。
Take a look at git-instaweb. It starts a web server in your git repo, so you can browse the files, and it includes gitweb.cgi so you can quickly get data about your repo.