Skip to content

Commit

Permalink
feat: add neo4j service
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 24, 2024
1 parent d2906bf commit f0c917d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions neo4j/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ pub fn setup() -> Result<String, Error> {
.with_workdir(".fluentci/neo4j")?
.with_exec(vec!["devbox", "add", "neo4j", "overmind", "tmux"])?
.with_exec(vec![
"cp",
"-r",
".devbox/nix/profile/default/share/neo4j",
"../..",
"cp -r `realpath .devbox/nix/profile/default/share/neo4j` ../..",
])?
.with_exec(vec!["[ -f ../../neo4j.conf ] || pkgx wget https://raw.githubusercontent.com/fluentci-io/services/main/neo4j/neo4j.conf -O ../../neo4j.conf"])?
.with_exec(vec![
Expand Down

0 comments on commit f0c917d

Please sign in to comment.