Giter Site home page Giter Site logo

imclab / lumbergh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mozmeao/lumbergh

0.0 2.0 0.0 28.75 MB

Whaaaat's happening? Careers website... Mmmkay?

Home Page: http://careers.mozilla.org

License: BSD 3-Clause "New" or "Revised" License

lumbergh's Introduction

Lumbergh

Lumbergh is the Mozilla careers website. It is a playdoh-based site that displays open jobs.

Setup

These instructions assume you have git, python, and pip installed. If you don't have pip installed, you can install it with easy_install pip.

  1. Start by getting the source:

    $ git clone --recursive [email protected]:mozilla/lumbergh.git
    $ cd lumbergh

    Note you may want to fork and clone the repo as described in the github docs if you are doing active development.

  2. Create a virtualenv for Lumbergh. Skip the first step if you already have virtualenv installed.

    $ pip install virtualenv
    $ virtualenv venv
    $ source venv/bin/activate
  3. Install the compiled requirements:

    $ pip install -r requirements/compiled.txt
  4. Set up a local MySQL database. The MySQL Installation Documentation explains how to do this. Make sure your DB is utf8.

  5. Configure your local settings by copying careers/settings/local.py-dist to careers/settings/local.py and customizing the settings in it:

    $ cp settings/local.py-dist settings/local.py

    The file is commented to explain what each setting does and how to customize them.

    If you wish to have jobs appear locally make sure JOBVITE_URI is set.

  6. Initialize your database structure:

    $ python manage.py syncdb
    $ python manage.py migrate

Running the Development Server

You can launch the development server like so:

$ python manage.py runserver

Updating Jobs

You can update jobs so they appear locally by running:

$ python manage.py syncjobvite

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.

lumbergh's People

Contributors

alexgibson avatar bensternthal avatar craigcook avatar davedash avatar hoosteeno avatar jgmize avatar kyoshino avatar l-hedgehog avatar mturkson23 avatar nigelbabu avatar pdehaan avatar pmac avatar retornam avatar solarce avatar stephaniehobson avatar stephendonner avatar tgkokk avatar tofumatt avatar

Watchers

 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.