timsayshey / wheelie

Finally, a cms for the rest of us.
MIT License
22 stars 13 forks source link

Wheelie CMS

Built on CFWheels and Lucee 5 - Inspired by Wordpress

Wheelie is an open source content management system for CFML, created by EiQ Interactive LLC. Wheelie was designed to be used by marketing departments, web designers and developers.

Demo: Video Demo
Note: If you get an "Application Error" message just hit refresh, that's a Heroku bug caused by sleep mode

Getting started

For those with Docker installed:

Start up a local instance pre-populated with content:

git clone https://github.com/timsayshey/wheelie.git
cd wheelie

Open the docker-compose.yml file and update the database config to match yours. Mysql recommended. Then save.

Now run docker compose.

docker-compose up

Then access the application via: http://localhost:8080

To login go to http://localhost:8080/manager

Username: admin@getwheelie.com
Password: wheelie

Configure your app here: config/docker/local-mysql/docker-compose.yml

External MYSQL Connection Info:

Host: localhost
Port: 55555
Username: root
Passsword: NOT_SECURE_CHANGE

Simply hold down control-c to stop the service.

Compatibility

Lucee 5 and MySQL/PostgreSQL

Support

Wheelie Notes

Contribute

Feel free to make changes and issue a pull request.

LICENSE

MIT -- See the LICENSE file in the root