1
0
Fork 0
mirror of synced 2024-06-16 17:54:53 +12:00

Update README.md

This commit is contained in:
Eldad A. Fux 2019-08-24 22:17:22 +03:00 committed by GitHub
parent 45df786748
commit ced6fb178d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,10 +25,10 @@ Appwrite backend server is designed to run in a container environment. Running y
The easiest way to start running your Appwrite server is by running our docker compose file:
```bash
mkdir appwrite
&& cd appwrite
&& curl -o docker-compose.yml https://appwrite.io/docker-compose.yml
&& docker-compose up -d --remove-orphans
mkdir appwrite-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml && \
docker-compose up -d --remove-orphans
```
Go to http://localhost to access the Appwrite console from your browser. For complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs)
@ -72,4 +72,4 @@ All code contributions - including those of people having commit access - must g
Fork the project, create a feature branch, and send us a pull request.
For security issues, please email [security@appwrite.io](mailto:security@appwrite.io) instead of posting a public issue in GitHub.
For security issues, please email [security@appwrite.io](mailto:security@appwrite.io) instead of posting a public issue in GitHub.