From f1ce7a1d03dd26527db0dea3eb6d4c1a2220042c Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 27 Dec 2018 00:05:10 +0300 Subject: [PATCH] Flextype: readme udpates --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0ac2bad..4fd93904 100755 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Make sure your server meets the following requirements. - Webserver (Apache with Mod Rewrite) - PHP 7.1.3 or higher -- PHP extensions -#### Flextype needs the following PHP extensions to be enabled: +#### PHP extensions +Flextype needs the following PHP extensions to be enabled: - Multibyte String - SPL @@ -77,14 +77,23 @@ You can easily install Flextype with Composer. composer create-project flextype/flextype ``` -Also you may need to install node_modules libs for default Simple Theme +Install vendor libs for Default Theme ``` -cd /flextype/site/themes/simple +composer install +cd site/themes/default npm install gulp ``` +Install vendor libs for Admin Panel + +``` +cd site/plugins/admin +composer install +npm install +gulp +``` ## COMMUNITY Flextype is open source, community driven project, and maintained by community!