Giter Site home page Giter Site logo

ucfai / website Goto Github PK

View Code? Open in Web Editor NEW
2.0 8.0 2.0 31.83 MB

This repo might artificially intelligent, or maybe it too is simulated; but it hosts the site where you can find everything. :smiley:

Home Page: https://ucfai.org/

HTML 23.63% Ruby 75.63% CSS 0.73%
machine-learning artificial-intelligence ai website jekyll cbmm nsf intelligence mit ucf

website's Introduction

ucfai.org

Hugo Rewrite edition

Netlify Status

Installation and setup

  1. Clone this repository, using something like... git clone [email protected]:ucfai/ucfai.org.
  2. Checkout the hugo-migration branch, this is what we'll be working from.
  3. Make sure you run git submodule update --init --recursive to properly "install" hugo-academic.
  4. From the repository root, run: docker-compose up.

You'll find the site is live at [http://localhost:8234](http://localhost:8234).

Interaction with the Docker Container

We're using docker-compose to simplify and standardize the development/build process. Because of this, you need to become semi-familiar with the docker-compose CLI interface.

To start the container:

docker-compose up

This will start the container and attach the log output to your current terminal window.

To start the container in a detached state:

docker-compose up -d

This will start the container in a detached state, which allows it to persist (continue running) beyond the terminal window. All it requires is that docker is running on your host machine.

To access the log from this container:

docker-compose logs hugo-ucfai-org

As this container is named, you'll only be able to spawn a single instance of it (which makes it trivial to access the logs, too). As a build system, hugo dumps all errors to this log, so you'll be able to catch a glimpse of what's going on by running the above command.

Personal recommendation: Run docker-compose up whenever you're developing, the latter methods of running are useful, but can make it a bit difficult to track down errors until you've gotten into the headspace work with docker, which takes a bit.

website's People

Contributors

ionlights avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.