recalbox / recalbox-manager

Django project to manage a Recalbox from a web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a setup.py

digitalLumberjack opened this issue · comments

a setup.py script would be very usefull for recalbox buildroot https://docs.python.org/2/distutils/setupscript.html

I know Python package you know :)

But fact is, a webapp is not a package, you can't really make it a package without encounter some troubles with static files, settings, uploaded medias, etc..

Commonly i release webapp with a Makefile and a clean "make install", but Makefile is not available on Recalbox. At least i can make you a shell script.

make is more that available in recalbox, but not in the target system
We have to make a buildroot package, using make and make install

I don't really know about your needs when you are within buildroot and all, let's talk about this on irc, maybe i can maintain some stuff to help you.