mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
installation instructions
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,3 +42,4 @@ npm-debug.log
|
||||
/.vagrant
|
||||
|
||||
*.log
|
||||
*.sw?
|
||||
|
||||
27
README.md
27
README.md
@@ -9,3 +9,30 @@ Do not attempt to use this software until this notice is removed.
|
||||
You have been warned.
|
||||
|
||||
Check back later :-).
|
||||
|
||||
|
||||
# Setup
|
||||
|
||||
* have postgres installed with a super user role `fireguard`
|
||||
|
||||
```
|
||||
psql -h localhost -d postgres
|
||||
|
||||
CREATE ROLE fireguard;
|
||||
```
|
||||
|
||||
* have elixir installed
|
||||
|
||||
```
|
||||
brew install elixir
|
||||
```
|
||||
|
||||
setup project
|
||||
|
||||
```
|
||||
cd apps/fg_http && mix deps.get && mix ecto.setup
|
||||
npm install --prefix assets
|
||||
mix phx.server
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user