Skip to content

Latest commit

 

History

History
executable file
·
29 lines (17 loc) · 718 Bytes

File metadata and controls

executable file
·
29 lines (17 loc) · 718 Bytes

Website for FIRST Robotics Competition Team 2410

Built using SLIM. Steps to set up SLIM for local hosting are below.

If this website has issues, contact Uri Reem (Discord: AlsoPhant0m#4445).

Download PHP

https://windows.php.net/download/ Download and extract the zip file to the C Drive

Install Composer

http://getcomposer.org/doc/00-intro.md#installation If it doesn't automatically, during installation reference the wizard to the location of the PHP folder downloaded

Install dependencies

Run composer install in the root of the repository

Host the site

Run php -S localhost:8000 in the public/ directory

Commit and push

git add . git commit -m "message_name" git push