XENOS/start.sh

9 lines
124 B
Bash
Executable File

#!/bin/bash
export AP_FQDN="localhost"
export AP_DB_DIR="./mnesia"
rebar3 compile
rebar3 shell --apps activitypub_server