Created 06-13-2016 11:04 AM
According these guide http://atlas.apache.org/InstallationSteps.html and http://atlas.apache.org/Configuration.html,
after depressing Atlas 0.7.tar.gz, I just only set ATLAS_HOME_DIR and other settings are default.
I ran "bin/atlas_start.py" to start atlas server.
Then I ran "bin/quick_start.py" and it showed "Example data added to Apache Atlas Server!" successfully.
When I visited http://localhost:21000/api/atlas/admin/version, it showed a login interface. Then I type "admin" as username and password. it showed the version of atlas successfully.
But when I try to visit http://localhost:21000/dashboard, it shows 404 ERROR.
I read the official guide or documentation many times, but I can't visit the dashboard in browser.
Please help me. Thank you very much.
Created 06-13-2016 11:11 AM
Thanks for posting your query.
Since you are able to get the admin version, seems like you have followed all the steps correctly.
The reason why you are seeing 404 ERROR for http://localhost:21000/dashboard is because there is no such page.
Now, the correct one is http://localhost:21000/. Just navigate to this one and it will take you to default homepage, which is http://localhost:21000/index.html.
Created 06-13-2016 11:11 AM
Thanks for posting your query.
Since you are able to get the admin version, seems like you have followed all the steps correctly.
The reason why you are seeing 404 ERROR for http://localhost:21000/dashboard is because there is no such page.
Now, the correct one is http://localhost:21000/. Just navigate to this one and it will take you to default homepage, which is http://localhost:21000/index.html.
Created 06-14-2016 01:10 PM
Thank you very much. It works.
But when I visited the default homepage, it required login. How can I set other username and password of login?
Created 06-14-2016 06:12 PM
To set new credentials, add your credential details to this file /etc/atlas/conf/users-credentials.properties and restart atlas server.
Created 06-15-2016 05:22 AM
It works. Thank you very much.