Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1020 Bytes

File metadata and controls

74 lines (54 loc) · 1020 Bytes

DEV Install - 2025-07-09

cd ~/code
git clone git@github.com:digris/openbroadcast.org.git openbroadcast.org

Backing Services

see docker/docker-compose.yml

docker compose -f docker/docker-compose.yml up -d

Python

pyenv install 2.7.18
~/.pyenv/versions/2.7.18/bin/pip \
  --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host  files.pythonhosted.org \
  install poetry

~/.pyenv/versions/2.7.18/bin/poetry --version
# 1.1.15
~/.pyenv/versions/2.7.18/bin/poetry install
# activate virtualenv
~/.pyenv/versions/2.7.18/bin/poetry shell
nvm install v20
nvm use 20
nvm install yarn
yarn install
brew install \
  libmagic \
  imagemagick \
  lame \
  sox \
  faad2 \
  ffmpeg

Post Install

./manage.py search_index --create
# search indexes
./manage.py search_index --populate --models alibrary.playlist
./manage.py runserver 0.0.0.0:8080