Skip to content
Snippets Groups Projects
Commit 0e77a75e authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

Merge pull request #984 from metabase/update_readme

update readme to our current lack of a token on installation
parents a03150d6 25022ef3
No related branches found
No related tags found
No related merge requests found
......@@ -36,17 +36,12 @@ To install the Query Server, go to the [Metabase Download Page](http://www.metab
java -jar metabase.jar
On the first run of the Report Server, the command line invocation will output a line like
http://localhost:3000/setup/init/XXXXX
where XXXXX is a randomly generated token that can only be used to set up your first account for that particular installation. Once you have created that account, the token (and that URL) will no longer work.
On logging in, you will be asked a set of questions that will set up a user account, and then you can add a database connection. For this to work you will need to get some information about which database you want to connect to, such as the Host Name and Port that it is running on, the Database Name and the User and Password that you will be using.
Now, open a browser and go to `http://localhost:3000` , and you will be asked a set of questions that will set up a user account, and then you can add a database connection. For this to work you will need to get some information about which database you want to connect to, such as the Host Name and Port that it is running on, the Database Name and the User and Password that you will be using.
Once you have added this connection, you will be taken into the app and you'll be ready to ask your first question.
For more information or troubleshooting, check out the [Installation Guide](docs/installation-guide.md)
For more information, troubleshooting as well as tips on how to run Metabase in production, check out the [Installation Guide](docs/installation-guide.md)
# Getting Started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment