Repo serves several purposes:
- Example Lackey CMS powered website instance example
- Boilerplate for the configuration of new projects
- Source for the live Lackey CMS website https://lackey.io
- Node 4+
- PostgreSQL 9.5+
- Lackey
>=0.7
Clone this project
git clone git@github.com:getlackey/lackey-cms-site.git
Install node dependencies
npm i
Create database
createdb lackey-cms-site
Build resources and run application in development mode
gulp lackey.build
gulp dev
Navigate to http://localhost:8880
Navigate to http://localhost:8880/login
and login with
- email
development@enigma-marketing.co.uk
- password
password
- Read comments in https://github.com/getlackey/lackey-cms-site/blob/master/modules/core/module.yml and other YAML files in https://github.com/getlackey/lackey-cms-site/tree/master/modules/core/config
- Lackey Repository https://github.com/getlackey/lackey-cms
- Lackey open manual https://sielay.gitbooks.io/lackey/content/
Security is very important to us. If you have any issue regarding security, please disclose the information responsibly by sending an email to security@lackey.io and not by creating a GitHub issue.
The MIT License (MIT)
Copyright (c) 2016 Enigma Marketing Services Ltd.
Get Involved on GitHub or Follow @getlackey on twitter.
Open sourced by Enigma