icybee / app-hello
Starter project for your website powered with Icybee
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/icybee/app-hello
Requires
- php: >=5.6.0
 - icybee/icybee: ^4.0
 
This package is auto-updated.
Last update: 2025-10-08 10:34:00 UTC
README
This is a starter project for your website powered by Icybee.
- 
Execute the following command to install it:
composer create-project icybee/app-hello hello -s dev - 
Update
app/dev/config/activerecord.phpwith your database parameters. - 
Run the setup script. It installs modules, create a user, a website, and a few empty pages.
cd hello make php setup.php - 
Then run the application with the following command:
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.
Have fun!
License
Icybee is open-sourced software licensed under the BSD-3-Clause.