JavaScriptMVC安装
我想开始我的 JavaScriptMVC 之旅,但我真的不知道如何正确安装它。我的意思是我知道,我可以将它放在 public_html 中,但是是否可以将它放在系统中(例如 Rails?)。
下载最新的 JavaScriptMVC。 将文件夹解压缩到文件系统上 或网络服务器。如果你正在使用这个 在网络服务器上,以公共方式解压缩 服务器托管静态的文件夹 内容。
专业提示:将这些文件解压到最高位置 您的应用程序文件夹结构尽可能 (即不要将它们放在 公共目录中的 javascriptmvc 文件夹 目录)。
这些说明来自文档。但这对我来说还不清楚。我应该在哪里解压?我的应用程序应该位于 JSMVC 目录内,还是应该独立?尤其是这两行令人困惑:
在公共环境下解压 服务器托管静态的文件夹 内容。
不要将它们放在 公共目录中的 javascriptmvc 文件夹 目录)。
I want to start my journey with JavaScriptMVC, but I really don't know how to install it properly. I mean I know, I may put it in public_html, but is it possible to place it in the system (like Rails for example?).
Download the latest JavaScriptMVC.
Unzip the folder on your file system
or web server. If you are using this
on a webserver, unzip in a public
folder where the server hosts static
content.PRO TIP: Unzip these files as high in
your apps folder structure as possible
(i.e. don't put them under a
javascriptmvc folder in your public
directory).
These instructions are from a documentation. But it's ucnlear for me. Where should I unzip it? Should my apps be inside of JSMVC directory, or should they be independent? Especially these two lines are confusing:
unzip in a public
folder where the server hosts static
content.don't put them under a
javascriptmvc folder in your public
directory).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://forum.javascriptmvc.com/#Topic/32525000000577023
这是一个解释。
http://forum.javascriptmvc.com/#Topic/32525000000577023
Here is an explanation.