Skip to content

Latest commit

 

History

History
26 lines (10 loc) · 457 Bytes

INSTALL.md

File metadata and controls

26 lines (10 loc) · 457 Bytes

Web Site Settings

Edit file in /fuel/app/config if needed.

FuelPHP Environment Initialization

php oil r install

Create DB Tables for Sentry Auth

php oil r migrate --packages=sentry

Create DB Tables for Web Site

php oil r migrate

Change Admin Account Information

Default website admin account and password is admin/admin. Change the admin account login information or create a new admin account after install completed.