Skip to content

aonamrata/Lightboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Light Bulb (multi user game)

  1. Clone this project on your local from https://github.com/aonamrata/Lightboard.git
  2. Set a Vhost on apache/nginix server . EG:
Listen 90
NameVirtualHost *:90

<VirtualHost *:90>
    
    DocumentRoot "PATH TO /public_html"
    ServerName lightboard.local
	DirectoryIndex index.php
	<Directory "PATH TO /public_html">
		Require local
	</Directory>
</VirtualHost>

  1. Create the tables by executing: mydatabase.sql -- the creds are used in lightbox.php and locking.php

  2. All set. You can access the site using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published