• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » How to Install Appwrite as a Backend Server

By Abhishek Ghosh June 8, 2023 6:48 pm Updated on June 11, 2023

How to Install Appwrite as a Backend Server

Advertisement

Appwrite does more than Google Firebase can do and Appwrite is open source. That means you can run Appwrite on your server without any usage restrictions. Appwrite is a self-hosted backend as a service packaged as a set of micro-services which can run inside a container. It helps to avoid writing backend code and provides you with a better starting point for your project and a better developer experience. Appwrite can be used for Web, Flutter, Android, Microcontrollers etc.

Supabase is a similar tool but Appwrite is probably more focused on providing easier RESTful API development. However, Supabase has libraries for Arduino/ESP32. These platforms are popular to build clones, quick solutions etc but they can be used for serious purposes such as you can use them to authenticate the users of your premium WordPress plugin.

Appwrite supports storing data, making queries, and managing access control to data. It is easy to upload files and media and download and access them using Appwrite APIs. It solves the issue of security with the built-in end-to-end security for backend API. It is highly scalable.

Advertisement

---

These are good to build simple applications faster.

 

Steps to Install Appwrite on Ubuntu Server

 

A server with 2GB RAM is sufficient for testing things. Update and upgrade:

Vim
1
sudo apt-get update && sudo apt-get upgrade

Install Docker and Docker compose plugin:

Vim
1
2
3
4
5
sudo apt-get install docker.io  
sudo apt install docker-compose-plugin
sudo systemctl start docker  
sudo systemctl enable docker  
docker -v

The below command creates a new Appwrite directory and this directory will become the base for the Appwrite instance on your server:

Vim
1
sudo 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:1.3.7

You’ll get the present version number here (we have used appwrite:1.3.7 since that is the latest version at the time of writing this guide) :

Vim
1
https://github.com/appwrite/appwrite/releases

Once the Appwrite container is running, you can access the Appwrite dashboard by opening a web browser and navigating to http://your-server-ip-address. This will take you to the Appwrite setup wizard.

How to Install Appwrite as a Backend Server

Appwrite allows anyone to create a new user account, from the .env file. You should disable this feature:

.env
Vim
1
_APP_CONSOLE_WHITELIST_ROOT=disabled

For the rest settings, it depends on your need and there is good documentation:

Vim
1
2
https://appwrite.io/docs/self-hosting
https://appwrite.io/docs/configuration

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How to Install Appwrite as a Backend Server

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • How Setup Private Docker Registry on Ubuntu 16.04 LTS Cloud Server

    You Can Have Your Own Docker Registry on Own Cloud Server Instance. Here is How Setup Private Docker Registry on Ubuntu 16.04 LTS Cloud Server.

  • Analysis of Docker in DevOps : Part I

    Analysis of Docker in DevOps is a Series of Articles to Discuss the Solving Problems Arising within DevOps and Possible Fields of Application.

  • How to Run Docker on Windows 10 (Consider Real Bash)

    Here is How to Run Docker on Windows 10. It is possible to run Docker on Windows with Linux sub-system, bash but you better use free GNU/Linux for security reasons.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy