This repository is an example of a simple tasks management application build using WordPress and the Themosis framework.
Feel free to download the repo and install it locally for testing and exploring the APIs used from the Themosis framework. Follow the steps below in order to install this application on your computer.
- Download this repository on your machine.
- Open a Console or Terminal and navigate to the root of this repository.
- Run
composer install
in order to install WordPress, the Themosis framework and other dependencies. - Fill in the
env.local.php
file with your local environment credentials. - Set your local hostname or local environment variable in the
config/environment.php
file. For more information regarding installation, check also the Themosis framework documentation for detailed explanations. - Set the
htdocs
folder as your webserver public directory. - Open your browser and navigate to your local server address (specified in your
env.local.php
file). - Install WordPress
- Log in the administration.
- Under
appearance->themes
, activate the Themosis theme available. - Set a permalink structure other than default.
- Visit the home page of your application. Enjoy!
The framework was created by Julien Lambé, who continues to lead the development.
All issues and pull requests should be filled on the themosis/framework repository.
The Themosis framework is open-source software licensed under GPL-2+ license.