Wordpress is old and slow? Too much functions for easy stuff?
Try 0ez. It's soo ez!
Currently, 0ez is under development. There are no Installer. You have to use Composer, to install 0ez.
1. Clone or download repository to your web-folder.
2. In the root directory, type:
composer install
3. Then, you have to set up your DB.
4. Rename .env.example
file to .env
in root folder.
5. Open it with your favorite text editor and set up your database credentials.
Database host
DB_HOST=localhost
Database name
DB_DATABASE=0ez
Database user
DB_USERNAME=0ez
Database password
DB_PASSWORD=123456
6. In command line, type
php artisan migrate
7. Point your webserver (Apache ot NGINX) to /public
folder.
Done!
Now, you can login to administrative area.
Login: 0ez@example.com
Password: 123456
Login: 0ez@example.com
Password: 123456
Contributions are highly appreciated! Send your pull requests to master
branch.
0ez is open-sourced software licensed under the MIT license