After cloning or downloading the repository, you can get started.
First, you’ll want to update the composer requirements. Fetch the repository, and navigate to the directory that contains the repository
composer install
npm install
bower install
For your local development server, you’ll want to change the config/database file to your connection information.
config/database.php
php artisan october:up
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.
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