Skip to content

Commit

Permalink
Add ffmpeg note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepman4267 committed Nov 18, 2024
1 parent 12d4e83 commit b9e406b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ In production, you should almost certainly use the docker container, but here's
2. Create a python virtual environment: `python3 -m venv venv`
3. Activate the virtual environment: `source venv/bin/activate`
4. Install requirements as usual: `pip install -r requirements.txt`
> [!NOTE]
> If you want your development instance to transcode media objects, you'll need to install `ffmpeg` as well. Everything else will work without it.
5. Run the server: `honcho start -f Procfile.development`

Once you have this running, you can navigate to localhost:8030 in your web browser and start messing with OpenShow. The development server port can be changed by editing `Procfile.development` to suit your needs.

0 comments on commit b9e406b

Please sign in to comment.