worldpossible / rachelplus

RACHEL Configuration on Intel CAP
18 stars 8 forks source link

Build changes for order fulfillment #64

Closed needlestack closed 7 years ago

needlestack commented 7 years ago

To consolidate code we're eliminating CAPBUILD.sh and tuning cap-rachel-configure.sh -- here are three changes needed:

1) Even if we have internet connectivity, the .deb files should be installed from offlinepkgs/ -- we run into problems with apt-get when certain incompatible updates break the build -- so we're better off going with local .debs of a known version.

2) Right now the installation order of en-kalite components results in an empty kalite - the order should be a) clear symlinks b) install contentpack c) symlink videos & database -- this makes sure everything is visible while reducing install time

3) This version installs only the English content - for fulfillment it's best to install all content and then show/hide later since it allows pre-building units.

needlestack commented 7 years ago

2016.10.12 takes care of this