Just a simple clone of The Hacker News based on Laravel Framework and Bootstrap4,which is in alpha stage. The project has been released in Persian/Farsi language. We are planning additional languages in the future.
این صفحه را به فارسی در اینجا مشاهده کنید
before run this project you need to install docker & docker-compose.
Clone project.
git clone https://github.com/sadraiiali/FOSS4News.git && cd FOSS4News
Make .env
file from .env.example
with your configs.
cp src/.env.example src/.env
Modify Mysql variables form docker-compose.yml
and match with .env
file.
Run ./RunFirstTime.sh
.
bash ./RunFirstTime.sh
Create your account then login with default Admin then make your account admin! (you can remove default users)
Default Admin : admin@admin.com:adminadmin
Default User : test@test.com:testtest
Done :)
The main code is licensed under GPLv3.
Feel free to clone project, add your code and then submit a pull request. Any participate is willing :)