Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 520 Bytes

Wiss CMS

Installation

To install the Wiss CMS, simply execute the following commands:

cd my/project/dir
git clone https://github.com/boyhagemann/Wiss
cd Wiss
php composer.phar install

Update

To update the Wiss CMS, execute the following command:

cd my/project/dir/Wiss
git pull

Wiss Skeleton application You can clone the Wiss Skeleton application and get the Wiss CMS working out-of-the-box. See https://github.com/boyhagemann/WissSkeleton for more info.