Skip to content
This repository has been archived by the owner. It is now read-only.

Improved resulting structure from appliance build #23

Closed
4 tasks done
ghost opened this issue Nov 15, 2016 · 3 comments
Closed
4 tasks done

Improved resulting structure from appliance build #23

ghost opened this issue Nov 15, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 15, 2016

  • /path/to/comanage/local/tmp should be a symlink, hosted in a real directory /var/cache/registry
  • as the container build ends, cache, logs, sessions, and tests should all exist in /path/to/comanage/local/tmp
  • referenced files above should be owned by apache : apache
  • add testing to the effect of all the above
@ghost
Copy link
Author

ghost commented Nov 15, 2016

Original client report

@ghost ghost self-assigned this Nov 15, 2016
@ghost
Copy link
Author

ghost commented Nov 16, 2016

~/v/r/l/C/c/bin (issue23 ⚡→) docker exec -it comanage /bin/bash
bash-4.2# ls -l /opt/comanage/comanage-registry-1.0.5/local/
total 16
drwxrwxr-x 2 apache apache 4096 Nov 16 21:09 Config
drwxrwxr-x 2 apache apache 4096 Nov 16 21:09 Plugin
drwxrwxr-x 4 apache apache 4096 Nov 16 21:09 View
lrwxrwxrwx 1 apache apache 19 Nov 16 21:08 tmp -> /var/cache/registry
drwxrwxr-x 4 apache apache 4096 Nov 16 21:09 webroot
bash-4.2# ls -l /opt/comanage/comanage-registry-1.0.5/local/tmp/
total 16
drwx------ 4 apache apache 4096 Nov 16 21:09 cache
drwx------ 2 apache apache 4096 Nov 16 21:09 logs
drwx------ 2 apache apache 4096 Nov 16 21:09 sessions
drwx------ 2 apache apache 4096 Nov 16 21:09 tests
bash-4.2#

@ghost
Copy link
Author

ghost commented Nov 16, 2016

~/v/r/l/COManage (issue23 ⚡) bin/test.sh
✓ COmanage directory created
✓ COmanage cache link directory created
✓ Autoexec firstrun capability detected
✓ Autoexec onbuild capability detected

  • Autoexec firstrun retains executability (skipped)

5 tests, 0 failures, 1 skipped
~/v/r/l/COManage (issue23 ⚡)

@ghost ghost closed this as completed Nov 17, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants