dev-master
9999999-devStarter project for your website powered with Icybee
BSD-3-Clause
The Requires
- php >=5.6.0
- icybee/icybee ^4.0
Starter project for your website powered with Icybee
This is a starter project for your website powered by Icybee., (*1)
Execute the following command to install it:, (*2)
composer create-project icybee/app-hello hello -s dev
Update app/dev/config/activerecord.php
with your database parameters., (*3)
Run the setup script. It installs modules, create a user, a website, and a few empty pages., (*4)
cd hello make php setup.php
Then run the application with the following command:, (*5)
make run
The website should be available at http://localhost:8080/, and the admin at
http://localhost:8080/admin. You can connect to the admin with the username geralt
and the
password yennifer
., (*6)
Have fun!, (*7)
Icybee is open-sourced software licensed under the BSD-3-Clause., (*8)
Starter project for your website powered with Icybee
BSD-3-Clause