Skip to content
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

Please help to install and run properly #1

Open
julien-moment opened this issue Sep 27, 2024 · 2 comments
Open

Please help to install and run properly #1

julien-moment opened this issue Sep 27, 2024 · 2 comments

Comments

@julien-moment
Copy link

Hi,
I would love to be able to use comfy-station but I encounter issues, sharing the installation procedure would be great!

Here is what I did on my Mac to install it :

  1. Cloned the Repo
  2. Added a .env.local file with these parameters :
APP_HOSTNAME=localhost
NEXTAUTH_SECRET='secret'
BACKEND_URL=http://localhost:3001
NEXTAUTH_URL=http://localhost:3000
  1. Build using bun next build
  2. Run using 'npm start'

I'm able to see the login page : http://localhost:3000

But then I can't login and he "Forgot your password? Click here" button doesn't do anything...

Is there a default user/password to use?
Or where should I create my username, password, token?

Thank you very much!
j.
Capture d’écran, le 2024-09-27 à 16 37 53

@julien-moment julien-moment changed the title Need help to install and run properly Please help to install and run properly Sep 27, 2024
@julien-moment
Copy link
Author

julien-moment commented Sep 27, 2024

I have been able to create a new user and login successfully using the following command:
bunx tsx ./cli.ts user --email "[email protected]" --password "password1234" --roleLevel "5"

If you have a better method please share :)

@tctien342
Copy link
Collaborator

I have been able to create a new user and login successfully using the following command:

`bunx tsx ./cli.ts user --email "[email protected]" --password "password1234" --roleLevel "5"

`

If you have a better method please share :)

Your method to create new user is correct. We can only create new user using admin account in the future.

It still under heavy development so i dont put the document for it yet, I will write some instruction for it soon. Sorry about that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants