XENOS/start.sh

11 lines
154 B
Bash
Executable File

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