Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHANG-EH committed Jun 6, 2023
1 parent 0d210d9 commit b14516e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ in equi_app/views.py

line 67: change input_dir value to path to EQUI-VOCAL/inputs folder


# Start and stop the server
```
brew services restart postgresql@14
pg_ctl -D /usr/local/var/postgresql@14 restart
brew services stop postgresql@14
```

# Connect to server
The name of the database is `equi_app`

```
psql equi_app
```

# Postgres UDF
compile (macOS):
Expand All @@ -36,7 +39,11 @@ cc -bundle -flat_namespace -undefined suppress -o functors.so functors.o
```

# Virtual environment
```
source env/bin/activate
```

# Django
python manage.py runserver
```
python manage.py runserver
```

0 comments on commit b14516e

Please sign in to comment.