silverstripe/platform-project

此包已被废弃且不再维护。没有建议的替代包。
此包的最新版本(4.0.0)没有可用的许可证信息。

SilverStripe 平台基础项目/安装程序。

4.0.0 2018-01-11 09:58 UTC

README

** 此项目不再被积极使用或支持。请使用https://github.com/silverstripeltd/demo-project.git代替**

SilverStripe 平台基础项目

安装

composer create-project silverstripe/platform-project /path/to/local/site

安装完成后,将.env.example复制到.env,并更新为您的相关值 - 这不应被提交,因此包含在.gitignore文件中。

要使用项目的 SilverStripe 3 版本,请使用

	composer create-project silverstripe/platform-project /path/to/local/site 3.0.1

错误追踪器

错误在 github.com 上追踪(框架问题内容管理系统问题)。请阅读我们的问题报告指南

许可证

Copyright (c) 2007-2013, SilverStripe Limited - www.silverstripe.com
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of SilverStripe nor the names of its contributors may be used to endorse or promote products derived from this software
      without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.