Skip to content
Rick McGeer edited this page Oct 17, 2022 · 1 revision

Building on matt.engagelively.com

  1. in the VM...pull the galyleo-dashboard repo
  2. docker cp galyleo-dashboard el-rick-new:.
  3. docker exec -it el-rick-new /bin/bash In the container
  4. cd galyleo-dashboard
  5. ./tools/build.sh
  6. ls -ld ./bin/studio
  7. exit to return to the host VM In the host VM
  8. docker cp el-rick-new:/home/rmcgeer/lively.next/galyleo-dashboard/bin/studio .
  9. docker cp studio lively-next:/var/www/server/users/rick/published
  10. docker exec lively-next ls -l /var/www/server/users/rick/published
Clone this wiki locally