Redefine software installation and packaging #8
Labels
framework
Setup tasks relating to builds, installation and dev
initial release
Required for initial open source effort
We need to spend some time understanding how a customer moves from a cloned github repo to a working installation.
What do they need, from the top of my head:
lib
directory which we include inPYTHONPATH
log
run
setup
,conf
andbin
directoriestemplates/conf/make
onconf
directoryversion
filesetup
andbin
directories as current produced by theMakefile
I may have missed something.
We still need a
make package
option which produces a tarball that can be extracted to deploy GOE. There's no way customers will be prepared to runmake
commands on a production system, they should be able to do it once and produce a tarball which can be deployed to a server.The text was updated successfully, but these errors were encountered: