Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
/ meetings Public archive

SIGAI@UCF lectures/workshops, categorized by semester. (For spring 2018, will be archived soon.)

Notifications You must be signed in to change notification settings

ucfai/meetings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIGAI Meetings

In this repo, you'll find all the SIGAI@UCF lectures and workshops, categorized by semester. This should also have certain aspects that jive well with our Jekyll site (ucfsigai.github.io).

Table of Contents:

Installation Instructions

To get things up and running, all you need to have Docker installed on your machine. (If you don't, see Dependencies.) Once you've guaranteed that...

  1. cd meetings
  2. sh .docker/run.sh to start the container. (There are build tools, as well; but these are really intended for the coordinators.)
  3. Open localhost:19972 in your browser and navigate to the semester you'd like to view.

Dependencies

  • Docker
    • You need a 2011 Macbook Pro or later to run the macOS version of Docker.
    • You need Windows 10 Pro, Education, or Enterprise to run the Windows version of Docker. (More specifically, you need Hyper-V installed on your machine.)
  • If you need help getting setup, head over to our tutorial