abmargb / lsd-radio

10 stars 2 forks source link

Create a setup script #12

Open abmargb opened 12 years ago

abmargb commented 12 years ago

That downloads the code from github and builds it.

abmargb commented 12 years ago

*Does not build, but deploys it.

abmargb commented 12 years ago

The script should download youtube-dl to ices module directory.

vitoravelino commented 12 years ago

Hey,

What I thought and I'm doing is creating two files (setup.sh and deploy.py).

The first, downloads and configures the dependencies but don't ask anything to user about the machine. The second, asks about the ip, port, music folder, whatever necessary to have the IceS and the project running without errors.

abmargb commented 12 years ago

Great!