-
Notifications
You must be signed in to change notification settings - Fork 19
Installation
Timot Tarjani edited this page Jun 24, 2020
·
11 revisions
After downloading and copying the files to the server, navigate to the app root folder and run composer install. Then head to your domain. HorizontCMS can recognize if not installed yet, and redirects you to the installer. Follow the instructions, add the required credentials and you're done.
- Download the CMS
- Navigate to the app root folder and run
composer install- For development purposes run
npm installandnpm run dev
- For development purposes run
- Run
php artisan horizontcms:install - Enter the required database and administrator informations.
- You're finished.
You can manually install the CMS with Laravel's database migrate and seed. Run the following commands:
composer installphp artisan key:generatephp artisan migratephp artisan db:seed
After these steps you have to insert an admin user into the user table in databse.
Project started in 2015