Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions linux_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ echo "chown $APACHE_USER:$APACHE_GROUP $PHPMINER_DB_CFG_PATH" | sh
echo "Install cronjob."
echo "# /etc/cron.d/phpminer: crontab fragment for phpminer" > /etc/cron.d/phpminer
echo "# This will run the cronjob script for phpminer to send notifications and other periodic tasks." >> /etc/cron.d/phpminer
echo "* * * * * $APACHE_USER php -f $PHPMINER_PATH/cron.php" >> /etc/cron.d/phpminer
echo "* * * * * $APACHE_USER cd $PHPMINER_PATH/; php -f cron.php" >> /etc/cron.d/phpminer

# Install apache vhost
echo "Install apache2 vhost."
Expand Down Expand Up @@ -145,4 +145,4 @@ echo "The domain for the hostfile is $DOMAIN"
echo ""
echo "example entry for hostfile is '127.0.0.1 $DOMAIN'"
echo ""
echo "After installing all phpminer_rpclient's you can open phpminer within a browser at http://$DOMAIN:$APACHE_PORT"
echo "After installing all phpminer_rpclient's you can open phpminer within a browser at http://$DOMAIN:$APACHE_PORT"