move default user/pass paragraph

Matthieu Brouillard
2016-12-15 10:17:29 +01:00
parent 0779ff9e54
commit 1cab5ffca8

10
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.