_ Important Note: "spt_with_conf" was renamed to "demo_proj_with
# Demo Projects - with Abcd Main Config # These are trimmed-down examples, for a quick-try. # The focus is on dependencies between projects. # # In this file, to easily copy and paste: # the text is commented, the commands are not.
In a company where software quality is paramount and where products evolve,
complexity increases over time.
One way to get consistent and predictable results is to automate
(in a known and expected way)
additional tasks required of employees in addition to product development.
unzip -o __ARCHIVE__.zip OR 7z x -y __ARCHIVE__.zip
(optional) Verify the checksums against the official checksum values.
Do not use checksums from unknown sources.
(optional) On Linux: chmod +x bin/* or chmod u+x bin/*.
In a company where software quality is paramount and where products evolve,
complexity increases over time.
One way to get consistent and predictable results is to automate
(in a known and expected way)
additional tasks required of employees in addition to product development.