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
**Create, share, fetch and model [Atomic Data](https://docs.atomicdata.dev)!
9
9
AtomicServer is a lightweight, yet powerful CMS / Graph Database.
@@ -93,7 +93,7 @@ You can run AtomicServer in five ways:
93
93
94
94
1. Using docker (probably the quickest): `docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server`
95
95
2. Install a desktop build (macOS only as of now)
96
-
3. From a published [binary](https://github.com/atomicdata-dev/atomic-data-rust/releases)
96
+
3. From a published [binary](https://github.com/atomicdata-dev/atomic-server/releases)
97
97
4. Using [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) from crates.io: `cargo install atomic-server`
98
98
5. Manually from source
99
99
@@ -109,11 +109,11 @@ The `dockerfile` is located in the project root, above this `server` folder.
109
109
110
110
### 2. Install desktop build (macOS only)
111
111
112
-
We automatically build `.dmg` installers for MacOS. You can download them from the [releases page](https://github.com/atomicdata-dev/atomic-data-rust/releases).
112
+
We automatically build `.dmg` installers for MacOS. You can download them from the [releases page](https://github.com/atomicdata-dev/atomic-server/releases).
113
113
114
114
### 3. Run pre-compiled binary
115
115
116
-
Get the binaries from the [releases page](https://github.com/atomicdata-dev/atomic-data-rust/releases) and copy them to your `bin` folder.
116
+
Get the binaries from the [releases page](https://github.com/atomicdata-dev/atomic-server/releases) and copy them to your `bin` folder.
There are three ways to interact with this server:
241
241
242
242
-**GUI**: Use the [`atomic-data-browser`](https://github.com/atomicdata-dev/atomic-data-browser) JS frontend by visiting `localhost:9883`.
243
-
-**API**: We have a subset of the [API documented using Swagger / OpenAPI](https://editor.swagger.io/?url=https://raw.githubusercontent.com/atomicdata-dev/atomic-data-rust/master/server/openapi.yml). Check out [./_requests.http](./example_requests.http) for various HTTP requests to the server. Also, [read the Atomic Data Docs](https://docs.atomicdata.dev/). You can also try the [react boilerplate](https://codesandbox.io/s/atomic-data-react-template-4y9qu?file=/src/MyResource.tsx:0-1223) to build your own front-end app using [@tomic/lib](https://www.npmjs.com/package/@tomic/lib) and [@tomic/react](https://www.npmjs.com/package/@tomic/react).
243
+
-**API**: We have a subset of the [API documented using Swagger / OpenAPI](https://editor.swagger.io/?url=https://raw.githubusercontent.com/atomicdata-dev/atomic-server/master/server/openapi.yml). Check out [./_requests.http](./example_requests.http) for various HTTP requests to the server. Also, [read the Atomic Data Docs](https://docs.atomicdata.dev/). You can also try the [react boilerplate](https://codesandbox.io/s/atomic-data-react-template-4y9qu?file=/src/MyResource.tsx:0-1223) to build your own front-end app using [@tomic/lib](https://www.npmjs.com/package/@tomic/lib) and [@tomic/react](https://www.npmjs.com/package/@tomic/react).
244
244
-**CLI**: The [`atomic-cli`](https://crates.io/crates/atomic-cli/0.24.2) terminal app
245
245
246
246
### Using AtomicServer with the browser GUI
@@ -273,7 +273,7 @@ Try checking out the other features in the menu bar, and check out the `collecti
273
273
274
274
`atomic-cli` is a useful terminal tool for interacting with `atomic-server`.
275
275
It makes it easy to query and edit Atomic Data from the command line.
276
-
[Check it out](https://github.com/atomicdata-dev/atomic-data-rust/tree/master/cli).
276
+
[Check it out](https://github.com/atomicdata-dev/atomic-server/tree/master/cli).
Check out [./example_requests.http](/example_requests.http) for more things that you can do.
294
-
We have a subset of the [API documented using Swagger / OpenAPI](https://editor.swagger.io/?url=https://raw.githubusercontent.com/atomicdata-dev/atomic-data-rust/master/server/openapi.yml).
294
+
We have a subset of the [API documented using Swagger / OpenAPI](https://editor.swagger.io/?url=https://raw.githubusercontent.com/atomicdata-dev/atomic-server/master/server/openapi.yml).
295
295
Also, read the [Atomic Data Docs](https://docs.atomicdata.dev/) to learn more about Collections, Commits, JSON-AD and other concepts used here.
296
296
297
297
## FAQ & Troubleshooting
@@ -333,7 +333,7 @@ Try re-initializing atomic server `atomic-server --initialize`.
333
333
### Can I embed AtomicServer in another application?
334
334
335
335
Yes. This is what I'm doing with the Tauri desktop distribution of AtomicServer.
336
-
Check out the [`desktop`](https://github.com/atomicdata-dev/atomic-data-rust/tree/master/desktop) code for an example!
336
+
Check out the [`desktop`](https://github.com/atomicdata-dev/atomic-server/tree/master/desktop) code for an example!
Copy file name to clipboardExpand all lines: desktop/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Atomic-Server Desktop (powered by Tauri)
2
2
3
3
Desktop release for Atomic-Server.
4
-
[Tauri] takes care of native installers, app icons, system tray icons, menu items, self-update ([issue](https://github.com/atomicdata-dev/atomic-data-rust/issues/158)) and more.
4
+
[Tauri] takes care of native installers, app icons, system tray icons, menu items, self-update ([issue](https://github.com/atomicdata-dev/atomic-server/issues/158)) and more.
0 commit comments