Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (24 loc) · 1.08 KB

Getting started

Step 0: clone repository

After cloning or downloading the repository, you can get started.

Step 1: Run composer

First, you’ll want to update the composer requirements. Fetch the repository, and navigate to the directory that contains the repository

composer install

Step 2: Install dependencies

npm install

bower install

Step 2: Configure database settings

For your local development server, you’ll want to change the config/database file to your connection information.

config/database.php

Step 3: Migrate the database

php artisan october:up

Step 4

You can now access your webpage from the root of your project, and the backend via root/backend

Default credentials are:
Username: admin
Password: admin

It is advised you change these ASAP.

Step 5: Twitterwall

To configure your Twitterwall, go to themes/appsforghent/assets/vendor/Tweetie/api/config.example.php

There, fill out your Twitter developer details: consumer_key, consumer_secret, access_token, access_secret

Finally, rename the file to config.php