DEV Community

Discussion on: Appwrite x DEV Hackathon Help Thread

Collapse
 
jacksonkasi profile image
Jackson Kasi

Can I host appwrite in Azure?

Collapse
 
torstendittmann profile image
Torsten Dittmann

Yes! You can use Azure Virtual Machines :)

Collapse
 
adityaoberai profile image
Aditya Oberai

Hey Jackson
A Standard_B2s VM on Azure is more than enough to get you running Appwrite for yourself. I've tried this one in the past and it works well 😁

Collapse
 
elsa profile image
Elsa

please tell me, how can do it?

Thread Thread
 
adityaoberai profile image
Aditya Oberai

Can you please let me know till what step you're comfortable? Are you able to create a VM or not?

Thread Thread
 
elsa profile image
Elsa

I can create vm. but how to install appwite in ubuntu vm?

Thread Thread
 
elsa profile image
Elsa

I can create VM on azure (windows vm or ubuntu vm). but how to install for production level or scalable or maintainable.

Thread Thread
 
adityaoberai profile image
Aditya Oberai

Once you create an Ubuntu VM, go ahead and install the Docker CLI.

Once that is done, you can install Appwrite on your system by running the following command in your terminal:

docker run -it --rm \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
    --entrypoint="install" \
    appwrite/appwrite:0.13.4
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
elsa profile image
Elsa

really thanks :) ♥

Collapse
 
jacksonkasi profile image
Jackson Kasi

really thanks :)

Collapse
 
tessamero profile image
Tessa Mero

in case anyone runs into this thread, here's an update for azure and appwrite techcommunity.microsoft.com/t5/app...

Collapse
 
jacksonkasi profile image
Jackson Kasi

You're welcome! But this reply is after such a long day. 😄☕️