The .concat() IPTV service
- Parse M3U playlists and extracts channels from it
- Automatically check and mark channels if up/down
- Custom playlist management and export
- Collaborative editing
./bin/up
./bin/start
Follow instructions in ./bin/up.ps1.
./bin/up.ps1
rails db:drop
rails db:create
rails db:structure:load
rails db:migrate
./bin/start.ps1
The gem foreman
which is installed by the ./bin/up.ps1
script has a known issue with Windows, where the process somethimes can't be terminated in PowerShell. You have to terminate the Ruby and Node processes (or the whole PowerShell) manually in the TaskManager.
Look for every localhost
in the database config files (.env
, cable.yml
and database.yml
) and replace it with the IP address of the docker-machine (e.g. 192.168.99.100
). You can find this IP address with following command:
docker-machine ip
Open http://localhost:5000. You should see this:
- Ruby 2.6.6
- Docker and docker-compose
- Homebrew
- PostgreSQL