You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `dockerfile` is located in the project root, above this `server` folder.
95
+
- If you want to make changes (e.g. to the port), make sure to pass the relevant CLI options (e.g. `--port 9883`).
96
+
- If you want to update, run `docker pull joepmeneer/atomic-server` and docker should fetch the latest version.
97
+
98
+
### 2. Install desktop build (macOS only)
92
99
93
100
We automatically build `.dmg` installers for MacOS. You can download them from the [releases page](https://github.com/atomicdata-dev/atomic-data-rust/releases).
94
101
95
-
### Run pre-compiled binary
102
+
### 3. Run pre-compiled binary
96
103
97
104
Get the binaries from the [releases page](https://github.com/atomicdata-dev/atomic-data-rust/releases) and copy them to your `bin` folder.
98
105
99
-
### Install using cargo
106
+
### 4. Install using cargo
100
107
101
108
```sh
102
109
# Install from source using cargo, and add it to your path
0 commit comments