2017 © Pedro Peláez
 

project app-hello

Starter project for your website powered with Icybee

image

icybee/app-hello

Starter project for your website powered with Icybee

  • Wednesday, March 14, 2018
  • by olvlvl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Hello Icybee!

This is a starter project for your website powered by Icybee., (*1)

  1. Execute the following command to install it:, (*2)

    composer create-project icybee/app-hello hello -s dev
    
  2. Update app/dev/config/activerecord.php with your database parameters., (*3)

  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
    
  4. 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)

License

Icybee is open-sourced software licensed under the BSD-3-Clause., (*8)

The Versions

14/03 2018

dev-master

9999999-dev

Starter project for your website powered with Icybee

  Sources   Download

BSD-3-Clause

The Requires