Code Monkey home page Code Monkey logo

bizlegfoss's Introduction

BIZLEGFOSS

test status

This is the content repository for the RIT Department of Interactive Games and Media Legal and Business Aspects of Free/Open Source Software Course. This course is a required course that is part of the RIT Academic Minor in Free/Open Source Software and FreeCulture (a first at any University in the United States!) It contains course specific static content, and should be used in conjunction with the ofCourse courseware, distributed at https://pypi.python.org/pypi/ofcourse

INSTALLATION

Start by forking the repository on Github. Point your browser to http://github.com/decause/bizlegfoss and then click the "Fork" button in the top right corner of the page.

Setting up your environment

Before you can do anything with this (run the webserver locally, or any of the scripts) you'll need to setup and activate a python virtualenv. Run the following at the command prompt...

On Linux/Mac OS X

If you don't have virtualenv installed yet, try::

$ sudo easy_install virtualenv virtualenvwrapper

If you're using a distro like Fedora or Ubuntu, you should try this instead::

Fedora: $ sudo yum install python-virtualenv

Ubuntu/Debian: $ sudo apt-get install python-virtualenv

Once you have virtualenv installed, you will install be able to run::

$ cd code

$ git clone [email protected]:YOUR_USERNAME/bizlegfoss.git

$ virtualenv --no-site-packages -p python2 bizlegfossenv

$ . bizlegfossenv/bin/activate

On Windows

At the windows command prompt::

$ virtualenv --no-site-packages -p python2 bizlegfossenv

$ bizlegfossenv/Scripts/activate.bat

In msysGit or git-bash::

$ git clone [email protected]:YOUR_USERNAME/bizlegfoss.git

Back in the windows command prompt::

$ cd bizlegfoss

Installing Ofcourse

Once you've forked the repo, and activated your virual environment, you can pip install the courseware that serves up the content of the course. Simply run::

$ pip install ofcourse

Running Ofcourse

Once you've pip installed Ofcourse, you can then type::

$ ofcourse run

Which should run the courseware at http://127.0.0.1:5000

LICENSES

Unless otherwise noted, original lectures and course materials created by the Instructor within this repository are licensed Creative Commons Attribution-Share Alike 4.0 International.

Unless otherwise noted, original source code created by the Instructor within this repository is licensed Apache 2.0.

bizlegfoss's People

Contributors

aalaizah avatar ajman1101 avatar berulacks avatar ccoffie avatar chrisknepper avatar decause avatar dropofwill avatar fortnight avatar h2g2guy avatar jeid64 avatar kocsenc avatar liam-middlebrook avatar msoucy avatar mstubinis avatar nolski avatar pharas avatar qwertos avatar ryansb avatar snapschott avatar wywin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bizlegfoss's Issues

People YAMLS in Wrong Folder

Some student YAML files (including my own) are currently stored in the people/2014/ folder, they should be in the people/2015 folder.

I think we should fix this once all of the student yamls are online, that way there is little confusion.

'Fork me on Github' link is not clickable when navbar is collapsed for smaller screens

The list items from the nabber cover the 'Fork me on Github' link when it is collapsed for smaller screens. making it impossible to click:

screen shot 2015-02-06 at 1 33 46 pm

It's an easy enough fix with a couple lines of css (adjust the width of the li's or the z-index/positioning =), but I'm not super familiar with Bootstrap, so there might be a way to fix this with its built in classes.

Confirmed on Safari 8 in OS X and Chromium 40 in Arch.

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.