mirror of
https://github.com/multunus/onemdm-server.git
synced 2026-04-25 09:55:50 +03:00
[GH-ISSUE #4] first login in the dashboard #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onemdm-server#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @denon2002 on GitHub (Oct 3, 2016).
Original GitHub issue: https://github.com/multunus/onemdm-server/issues/4
Hy,
a have all installed. And now i see the Login for the dashboard.
the table with admin_users is empty.
How login into the dashboard ?
@leenasn commented on GitHub (Oct 3, 2016):
@denon2002 you can run the command
rake db:seed, which will create an admin user. The username will be 'admin@example.com' with the password as 'password'.If you prefer to change these, change the same in the file 'db/seeds.rb' before running
rake db:seedcommand.@denon2002 commented on GitHub (Oct 3, 2016):
thanks
@leenasn commented on GitHub (Oct 4, 2016):
@denon2002 Assuming that you were looking at an MDM solution, can you let me know the following? This helps us to improve OneMDM further:
Thanks,
@denon2002 commented on GitHub (Oct 4, 2016):
Hy,
I will answer you as soon as I solved the following problem.
The server is now running and i can login. Ok,...
Now, i will create the android apk.
I habe installed the android sdk, but during the process always comes following message..
ausgabe.txt
Can you help me ?
@leenasn commented on GitHub (Oct 6, 2016):
@denon2002 looks like you are missing the dependencies for android like the play services, build tools, app combat etc. You can look at the wercker.yml to see the dependencies that we've given for wercker build to get an idea.
@denon2002 commented on GitHub (Oct 7, 2016):
Hy, i have solved this problem. I have installed the completet Android-sdk.
Now i could generated the apk.