* fix(dist): update relative path for the 1.2.0
* add docker policy and run server in daemon
* fix: use tail to avoid container exit
* adjuest the order of quick start
* Update hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy
* adjust desc
* Update README.md
* Update pom.xml
---------
Co-authored-by: imbajin <jin@apache.org>
## Purpose of the PR
Subtask of #2265.
Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level.
## Main Changes
Roll back to the moment when https://github.com/apache/incubator-hugegraph/pull/2266 was merged on `pd-store` and incorporate the latest changes in `master`.
For more detailed information, please refer to https://github.com/apache/incubator-hugegraph/pull/2266#issue-1834369489.
---------
Co-authored-by: M <87920097+msgui@users.noreply.github.com>