Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 628 Bytes

File metadata and controls

7 lines (6 loc) · 628 Bytes

Cookbook

  • Clone this repo into the public_html directory in your ugrad server using the command https://github.com/soohyunkim/Cookbook.git
  • cd into public_html repository and grant permissions by running the command chmod 755 Cookbook/
  • To grant executable permissions to each PHP file you create, you must run chmod 755 filename.php
  • Alternatively, run 'chmod -R 755 Cookbook' from public_html and this will grant permission for all files within Cookbook
  • Visit http://www.ugrad.cs.ubc.ca/~[ugradID]/Cookbook/index.php to check that you have permission to execute the file and are connected to the server