-
Notifications
You must be signed in to change notification settings - Fork 20
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 install
andnpm 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 install
php artisan key:generate
php artisan migrate
php artisan db:seed
After these steps you have to insert an admin user into the user
table in databse.
Project started in 2015