Skip to content
Snippets Groups Projects
Commit 1351d72a authored by Bob Mottram's avatar Bob Mottram
Browse files

create extension

parent cb1b654c
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ function pleroma_create_database {
run_system_query_postgresql "ALTER USER pleroma SUPERUSER;"
run_system_query_postgresql "GRANT ALL ON ALL tables IN SCHEMA public TO pleroma;"
run_system_query_postgresql "GRANT ALL ON ALL sequences IN SCHEMA public TO pleroma;"
run_system_query_postgresql "CREATE EXTENSION citext;"
pleroma_secret=config/dev.secret.exs
cp config/dev.exs $pleroma_secret
......@@ -517,7 +518,7 @@ function install_elixir {
dpkg -i $erlang_package
apt-get -yq update
apt-get -yq install esl-erlang
apt-get -yq install elixir
apt-get -yq install elixir erlang-xmerl
if [ ! -f /usr/local/bin/mix ]; then
echo $'/usr/local/bin/mix not found after elixir installation'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment