Files
notes/Databases/SurrealDB/SurrealDB Server Setup.md

8 lines
161 B
Markdown
Raw Normal View History

2023-12-30 17:15:47 -05:00
1. Login to VPS of choice
2. Download the latest Docker image of SurrealDB
1. Run the following command:
```bash
docker pull surrealdb/surrealdb:latest
```
3.