-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No clear indication how to login to heroku app #40
Comments
We should make the README clearer on this, but there are actually no default creds (we didn't want peoples apps to start out insecure). Here's how to create admins. There won't be a ton to do in there until you've also created an app and installed the client in your rails app. It's kind of a lot, but at the moment, you kind of have to read the whole README of the server and the rails client in order to get things setup. Happy to help any way we can (there's a slack org you can join from the README if you have questions along the way), and if your experience leads you to an insight that would make it easier to get started with TestTrack, we'd love it if you'd like to contribute documentation and/or a quick start guide. |
(In Heroku creating an admin would mean first running |
What's the slack channel? Can't see any details for this in readme?
…On Thu, Mar 30, 2017 at 9:26 PM, John Mileham ***@***.***> wrote:
(In Heroku creating an admin would mean first running heroku console
--app whatevermyappiscalled from a shell on your machine, assuming you
have the Heroku CLI
<https://devcenter.heroku.com/articles/heroku-cli#download-and-install>
installed)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAamosSYKKx0hxP49LnyCC08CpEXZkAhks5rrA_ygaJpZM4Muk35>
.
|
I assume there's some default user/pass credentials setup? I don't know how to login to the deployed heroku app.
The text was updated successfully, but these errors were encountered: