Skip to content

copyninja/debuild.me

 
 

Repository files navigation

Requirements

To host debuild.me you will need following tools

  • mongodb
  • node-less

This can be installed with following command

sudo apt-get install mongodb node-less

The following python packages are required for working of debuild.me

Building and Running

Before we get too far, let's fetch the submodules we need:

$ git submodule init $ git submodule update

Once above tools are installed run the following command

$ make $ python runserver.py

This brings up the standalone instance of debuild.me which can be accessed by hitting the url http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Shell 2.4%