3.Youcannowstarttheserver`mixphx.server`.Onceit'sbuildandstarted,youcanaccesstheinstanceon`http://<host>:<port>` (e.g.http://localhost:4000 ) and should be able to do everything locally you normaly can.
2.ThetestswilltrytocreatetheDatabase,sowe'llhavetoallowourtest-databaseusertocreatedatabases,`sudo-Hupostgrespsql-c"ALTER USER pleroma_local_test WITH CREATEDB;"`