Skip to content

Commit

Permalink
Install script
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Nov 20, 2023
1 parent 4cf3cc3 commit 846058a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# install Rust
curl https://sh.rustup.rs -sSf | sh

# install MongoDB
curl -fsSL https://pgp.mongodb.com/server-6.0.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg --dearmor

# install graph tools for evaluation
conda install -c conda-forge -c ostrokach-forge -c pkgw-forge graph-tool

# initialize a MongoDB server
screen
mongod

0 comments on commit 846058a

Please sign in to comment.