atomic-server
Status: pre-alpha
A lightweight HTTP server that shares created Atomic data on the web.
Install Cargo to build from source.
```sh git clone git@github.com:joepio/atomic.git cd atomic/server
cp default.env .env
cargo run
```
atomic-server
inside a directory with /static
folder for filesATOMIC_CERT_INIT
to true
and run the server. After that, set it to false
and set ATOMIC_HTTPS
to true
..ad3
store path is given, a new store will be created from memory.You can also install with cargo install atomic-server
, but this binary will also require:
.env
from this repo, although the defaults should work just fine./templates
directory/static
directory