Coder Social home page Coder Social logo

ahgavazzi / mitre-cyber-academy.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mitre-cyber-academy/mitre-cyber-academy.github.io

0.0 0.0 0.0 39.62 MB

Repository for hosting the MITRE Cyber Academy website.

Home Page: http://mitrecyberacademy.org

HTML 94.54% Ruby 0.01% CSS 5.45% JavaScript 0.01%

mitre-cyber-academy.github.io's Introduction

MITRE Cyber Academy Website

What is this?

This repository is for the website for the MITRE Cyber Academy.

Editing

  1. Make changes to the project
  2. Make sure you have the latest version of Ruby
  3. Run gem install bundle
  4. Run rbenv rehash
  5. Run bundle install
  6. Run bundle exec jekyll server
  7. In your browser enter localhost:4000 in the address bar

How do I contribute?

  1. Fork the repository on github
  2. Run git clone [address]
  3. Make your edits
  4. View your edits
  5. Run the git add and commit commands. Please make sure your commit messages are descriptive.
  6. Run git push origin master
  7. Submit a pull request

On a fresh install of Ubuntu Xenial 16.04 LTS

sudo apt install ruby
sudo apt install rbenv
sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev
export PATH=$PATH:/home/<username>/.gem/ruby/<ruby version>/bin/
gem install --user-install bundle
echo 'exclude: [vendor]' >> _config.yml # (https://stackoverflow.com/questions/39057405/unable-to-build-a-jekyll-site-invalid-date)
bundle install --path vendor/bundle
bundle exec jekyll server

Or with Docker :D

docker run -p 8080:4000 -v $(pwd):/site bretfisher/jekyll-serve

mitre-cyber-academy.github.io's People

Contributors

rbclark avatar bialogs avatar dtwalter avatar dependabot[bot] avatar ryanfreckleton avatar tampaclab avatar bryansingh avatar fmagazu avatar pascualy avatar fmgames314 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.