CGScheduler
CG scheduler php
Install / Use
/learn @CasparPlay/CGSchedulerREADME
apt-get install apache2 libapache2-mod-php5 php5 php5-curl php5-intl php5-mcrypt php5-mysql php5-sqlite php5-xmlrpc php5-gd mysql-server mysql-client
2. Now proceed to configure Apache will use as working directory /var/www/CGScheduler
first create the directory- mkdir -p /var/www/CGScheduler
-
Then create the file /etc/apache2/sites-available/scheduler with the following content. You must change the IP, domain through which they belong.
<VirtualHost 192.168.10.10:82> DocumentRoot /var/www/CGScheduler/html ServerName CGScheduler ServerAdmin localhost <Directory /var/www/CGScheduler/html/ > DirectoryIndex index.php AllowOverride all Order allow,deny allow from all </Directory></VirtualHost>here , 192.168.10.10 is pc/server ip address and 82 is listening port. To configure listening port ,
open /etc/apache2/port.conf file and add :
Listen 82
-
Then we disable the default site configured in apache, put a site we’ve added recently, stop that run the following commands
a2dissite default
a2ensite CGScheduler
-
We proceed to restart apache
/etc/init.d/apache2 restart
if we need to start mysql
/etc/init.d/mysql start
-
Now provide this command :
sudo chown -R www-data.www-data /var/www/CGScheduler/
-
Download project.sql from above. Now create a mysql database named "project" and import project.sql into project database. Login user name: sysnova and password: password.
Related Skills
node-connect
348.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
