Skip to content

Commit

Permalink
Make OverlayActor and PeerActor
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Abroskin committed May 8, 2019
1 parent c139f01 commit 2b75f5b
Show file tree
Hide file tree
Showing 20 changed files with 882 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATABASE_URL=postgres://username:password@localhost/diesel_demo
DATABASE_URL=astrocore_db.sqlite3
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ xdr-test
.byebug_history
Gemfile.lock
.env
.vscode
astrocore_db.sqlite3
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ sodiumoxide libs in your OS
3. Change `.env.example` to `.env` and change DATABASE_URL
3. Install diesel and run migrations:
```
cargo install diesel_cli --no-default-features --features postgres
sudo apt-get install sqlite3 libsqlite3-dev
cargo install diesel_cli --no-default-features --features sqlite
diesel migration run
```
Expand Down
Loading

0 comments on commit 2b75f5b

Please sign in to comment.