Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@takeshi-uchitane takeshi-uchitane released this 27 Apr 05:52
· 160 commits to master since this release

Feature Enhancements

  • Container image is updated
    • OACIS v2.4.0 is available
      • Ruby 2.2.4
      • MongoDB 2.6.12
  • Documents are updated. See README
    • login command: docker exec -it -u oacis oacis bash -l
    • remove container: docker rm -v oacis
      • When using -v option, you can remove volumes
  • Note: The specification has been significantly changed and it is not compatible with the previous version. If you would like to keep your old containers, just keep using previous versions.

Development environment

  • refactoring: remove unnecessary files

Tutorials