Castcloud

Getting Started

PHP Backend

Clone or download our backend implementation to your webserver.

git clone https://github.com/Castcloud/castcloud-php-server.git

Go to example.com/management to run the install script. This will also create your administrator user.

Edit your crontab

crontab -e

Add

*/15 * * * *	php /your/web/root/api/crawler.php

You are now ready to go.