Rename DGI to Atlas
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/214d82d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/214d82d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/214d82d5 Branch: refs/heads/apache-local Commit: 214d82d58f35f9c5417d775f6f3a34e0b0fd5d45 Parents: 341d95e Author: Venkatesh Seetharam <[email protected]> Authored: Fri Jun 12 13:02:27 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Fri Jun 12 13:02:27 2015 -0700 ---------------------------------------------------------------------- InstallationSteps.txt | 19 +++++++++++++------ dashboard/v2/README.md | 4 ++-- dashboard/v2/bower.json | 2 +- dashboard/v2/package.json | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/214d82d5/InstallationSteps.txt ---------------------------------------------------------------------- diff --git a/InstallationSteps.txt b/InstallationSteps.txt index 79c5044..cfd7661 100755 --- a/InstallationSteps.txt +++ b/InstallationSteps.txt @@ -37,7 +37,7 @@ Building DGI from the source repository * export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install -2. Deploying DGI +2. Deploying Atlas --------------------- Once the build successfully completes, artifacts can be packaged for deployment. @@ -65,21 +65,21 @@ Tar is structured as follows |- DISCLAIMER.txt |- CHANGES.txt -3. Installing & running DGI +3. Installing & running Atlas -------------------------------- -a. Installing DGI +a. Installing Atlas ~~~~~~~~~~~~~~~~~~~~~~ * tar -xzvf apache-atlas-${project.version}-bin.tar.gz * cd atlas-${project.version} -b. Starting DGI Server +b. Starting Atlas Server ~~~~~~~~~~~~~~~~~~~~~~~~~ * bin/atlas-start.sh -c. Using DGI +c. Using Atlas ~~~~~~~~~~~~~~~ * Verify if the server is up and running @@ -99,7 +99,14 @@ c. Using DGI * Search for entities (instances) in the repository curl -v http://localhost:21000/api/atlas/discovery/search/dsl?query="from hive_table" -d. Stopping DGI Server + +d. Using Atlas Dashboard +~~~~~~~~~~~~~~~~~~~~~~~~~ + +Navigate to http(s)://$host:$port/ +Port by default is 21000 + +e. Stopping DGI Server ~~~~~~~~~~~~~~~~~~~~~~~~~ * bin/atlas-stop.sh http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/214d82d5/dashboard/v2/README.md ---------------------------------------------------------------------- diff --git a/dashboard/v2/README.md b/dashboard/v2/README.md index 91f05de..0d2036d 100755 --- a/dashboard/v2/README.md +++ b/dashboard/v2/README.md @@ -16,7 +16,7 @@ * limitations under the License. */ -# DGC Metadata +# Apache Atlas ## Instructions @@ -27,7 +27,7 @@ ### Setup: ``` -git clone https://github.com/MPR-Global/metadata.git +git clone $git-repo-url cd dashboard/v2 npm install grunt server http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/214d82d5/dashboard/v2/bower.json ---------------------------------------------------------------------- diff --git a/dashboard/v2/bower.json b/dashboard/v2/bower.json index 526a996..711be46 100755 --- a/dashboard/v2/bower.json +++ b/dashboard/v2/bower.json @@ -1,7 +1,7 @@ { "name": "dgc-metadata", - "description": "DGC Metadata", + "description": "Apache Atlas", "version": "1.0.0-SNAPSHOT", "devDependencies": { "angular": "~1.2.15", http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/214d82d5/dashboard/v2/package.json ---------------------------------------------------------------------- diff --git a/dashboard/v2/package.json b/dashboard/v2/package.json index 5df1547..f57b197 100755 --- a/dashboard/v2/package.json +++ b/dashboard/v2/package.json @@ -1,6 +1,6 @@ { "name": "dgc-metadata", - "description": "DGC Metadata", + "description": "Apache Atlas", "version": "1.0.0-SNAPSHOT", "private": true, "bin": "server.js",
