Skip to content

radioangrezi/radioco

 
 

Repository files navigation

RadioCo

image

RadioCo is a radio management application that makes easy scheduling, live recording, publishing...

Features

  • designed to work with any web browser
  • drag and drop scheduling calendar interface
  • live shows can be recorded and published automatically
  • complete authentication system (user accounts, groups, permissions)
  • ...and much more

More information on our website.

Documentation

Please head over to our documentation for all the details on how to install, extend and use RadioCo.

Quick Start

Open a terminal and run the following commands:

git clone https://github.com/RadioCorax/radioco
cd radioco
virtualenv --python=python3 .
./bin/python setup.py install
npm install
./bin/python manage.py collectstatic
./bin/python manage.py create_example_data
./bin/python manage.py runserver

Now that the server's running (don't close the terminal), visit http://127.0.0.1:8000/

To access administrator site visit http://127.0.0.1:8000/ using "admin/1234"

Run Tests

Open a terminal and run the following commands:

./bin/python setup.py test

or

./bin/python manage.py test <TEST_CASE>

About

RadioCo is a radio management application that makes easy scheduling, live recording, publishing...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.5%
  • HTML 7.5%