From 1cab5ffca8bf4d7dad218425ed8ff4bb5d1e75ce Mon Sep 17 00:00:00 2001 From: Matthieu Brouillard Date: Thu, 15 Dec 2016 10:17:29 +0100 Subject: [PATCH] move default user/pass paragraph --- FAQ.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index 50acf5b..a65d8cb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,6 +1,10 @@ ## Can I test GitBucket actually before installation? -Access to demo site on heroku: https://gitbucket.herokuapp.com/ +Access to demo site on heroku: https://gitbucket.herokuapp.com/ (root/root) + +## What's default root username and password? + +root / root ## Docker image? @@ -12,10 +16,6 @@ Then you can access via HTTP to http://localhost:8080/, and you can also [[Rever Need plugins? Then you can allocate plugin JARs into `${PWD}/gitbucket-data/plugins/` (create if not exists), and restart the container. -## What's default root username and password? - -root / root - ## Unsupported major.minor version 52.0 GitBucket requires Java8 or higher.