Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Getting started developing yum repo server

mriehl edited this page Aug 20, 2012 · 4 revisions

Installing the dependencies

Installing the dependencies

If you are using an ubuntu based machine (anything with apt, really)

it's as simple as running
./util/getting_started_devEnv_ubuntu.sh
(Here's the file)

For other systems

Unfortunately no automation is available yet (you're welcome if you want to provide one), the getting_started_devEnv_ubuntu.sh might still be of interest because it conveniently lists the required dependencies. Install these using the package manager of your choice. Pip installs will work on any machine with python.

Running the tests to ensure everything is in a working state

python manage.py test api daemon