Code Monkey home page Code Monkey logo

bjc-r's Introduction

bjc-course

The Beauty and Joy of Computing labs resource repository.

Basic Structure

We have a simple directory structure for lab content.

Viewing the Site

The main "production" server for labs is hosted at Berkeley, here.

However, the repository is setup so that any fork can be run using GitHub pages. The main BJC repo can be viewed in a live state, here, or you can use your own fork by visiting the following url: http://[username].github.io/bjc-r/, where you replace [username] with your GitHub account name.

Running Your Own Server

While GitHub pages are convenient, you'll likely want to run your own web server to make debugging changes much more quick and easy. In order to view the labs, you'll need to have an Apache server running on your machine. Here are some simple instructions for a couple different platforms.

No matter the platform, you should server files from /bjc-r/ at the root of your server.

Mac OS X

  1. Run the following command to start the apache server. sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist NOTE: The Apache server will be persistent across restarts.
  2. Copy the /bjc-r directory to /Library/WebServer/Documents/ (You may need administrator privileges to do this.)
  3. Navigate to http://localhost/bjc-r in a browser.
  4. To stop the sever from running do: sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

Windows

Contributing

License

CC-BY-NC-SA 3.0 CC_IMG

bjc-r's People

Contributors

aaaschmitt avatar brianharvey avatar cycomachead avatar ddgarcia avatar fractor avatar isharacomix avatar jmca93 avatar lmock avatar paulirwin12 avatar peterasujan avatar songsok avatar xtitter avatar

Watchers

 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.