From 64211f1b1d4834bf763e34846a04f16b89456aec Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 10 Oct 2017 15:36:17 +1300 Subject: [PATCH] Move files to recipe-core --- composer.json | 5 +---- install-frameworkmissing.html | 34 ---------------------------------- install.php | 16 ---------------- 3 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 install-frameworkmissing.html delete mode 100644 install.php diff --git a/composer.json b/composer.json index 32db9d5..aa25db7 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,8 @@ "project-files": [ "assets/*", "mysite/_config/*", - "index.php", - "install.php", ".env.example", - "favicon.ico", - "install-frameworkmissing.html" + "favicon.ico" ], "branch-alias": { "4.x-dev": "4.0.x-dev", diff --git a/install-frameworkmissing.html b/install-frameworkmissing.html deleted file mode 100644 index 08f02c8..0000000 --- a/install-frameworkmissing.html +++ /dev/null @@ -1,34 +0,0 @@ - - - The SilverStripe Framework is missing - - -
-
- - - -
- -
-
-

The SilverStripe Framework is missing - To run the installer, at least the framework module is required.

- -

If you downloaded a pre-packaged zip or tar.gz, something might have gone wrong with the packaging - process. Please try re-downloading, or try an older version.

- -

If you downloaded this from GitHub, you need to install the framework module. You can do this manually, or by running the tools/new-project script from the command line.

-
-
-
-
- - -
- - diff --git a/install.php b/install.php deleted file mode 100644 index e2ae6d2..0000000 --- a/install.php +++ /dev/null @@ -1,16 +0,0 @@ -