when i paste command in cmd it shows downloading and after 2 downloads left it asks about ports,hostname etc but it doesn't show appwrite installed successfully as i see in youtube tutirials when i run container and go to localhost in browser it doesn't open appwrite
Well the first-time install can take a little but of time.
After you enter all the details, it should show a command like docker run ....
in the terminal, which is basically starting up the containers. Did this command finish?
Did you finish the installation by specifying the ports and whatnot?
two remaining downloading was in progress when i got prompt to enter port and all i added 80 and 443 as default amd localhost and added password too after that cursor was blinking for too long like half an hour withoit any response like appwrite installed successfully as i saw in youtube tutirial is there any tutorial with detailed steps to do it correctly
Hmm maybe you can share a screenshot or screen recording so I can understand better what's going on?
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...