|
|
|
|
396
|
13:53:50,862 INFO [gearbox] Starting server in PID 11174.
|
396
|
13:53:50,862 INFO [gearbox] Starting server in PID 11174.
|
397
|
Starting HTTP server on http://0.0.0.0:8080
|
397
|
Starting HTTP server on http://0.0.0.0:8080
|
398
|
|
398
|
|
399
|
-You can now enter the application at [http://localhost:8080](http://localhost:8080) and login with admin created user. If admin user not created yet, execute following command:
|
|
|
|
|
399
|
+You can now enter the application at [http://localhost:8080](http://localhost:8080) and login with admin user.
|
|
|
400
|
+
|
|
|
401
|
+ * user : admin@admin.admin
|
|
|
402
|
+ * password : admin@admin.admin
|
|
|
403
|
+
|
|
|
404
|
+If admin user not created yet, execute following command:
|
400
|
|
405
|
|
401
|
gearbox user create -l admin@admin.admin -p admin@admin.admin -g managers -g administrators
|
406
|
gearbox user create -l admin@admin.admin -p admin@admin.admin -g managers -g administrators
|
402
|
|
407
|
|