Hifone / Hifone
- среда, 15 июня 2016 г. в 03:18:52
PHP
A free, open-source, self-hosted forum software based on the Laravel PHP Framework.
Hifone is a free, open-source, self-hosted forum software based on the Laravel PHP Framework.
There are a few things that you will need to have set up in order to run Gitamin:
git clone https://github.com/Hifone/Hifone
cd Hifone
composer install --no-dev -o
cp .env.example .env
php artisan migrate
php artisan key:generate
php artisan config:cache
Once cloned to your local machine, you'll need some demo data! Simply run php artisan hifone:seed
to get the demo installation on the go.
These extra dependencies are required to develop Hifone:
npm install
bower install
gulp
If you're making a lot of changes, you'll find that running gulp watch
will really help you out!