stefanzweifel / screeenly

📸 Screenshot as a Service
https://secure.screeenly.com
MIT License
492 stars 102 forks source link

How to use this App #336

Closed umardraz closed 4 years ago

umardraz commented 4 years ago

Hello how to use this App?

If this is pure PHP app then what is the document Root and what is the nginx or apache settings, or if this NodeJS app then how to run this and what will be the nodejs port?

stefanzweifel commented 4 years ago

Hi Umar,

This a PHP. A Laravel application to be precise.

After cloning the repo, it's best to follow the official Laravel documentation on how to install and configure everything.

We also have a short – but probably not beginner friendly – documentation on how to self host the app.

Regarding configuring a web server, please checkout this documentation section about "Public Directory".

(The webserver must point to public/index.php)

stefanzweifel commented 4 years ago

I want to update the documentation soon, to be more beginner friendly and to make the app more accessible for more users.

umardraz commented 4 years ago

Thanks for you reply, I will look into it