Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help: I don't get the steps #12

Closed
Echolon opened this issue May 3, 2021 · 2 comments
Closed

Help: I don't get the steps #12

Echolon opened this issue May 3, 2021 · 2 comments

Comments

@Echolon
Copy link
Contributor

Echolon commented May 3, 2021

Hello,

unfortunately I am quite inexperienced with getting those repo files running. And I don't exactly understand the instructions.

  • I cloned and build fornalder successfully
  • I cloned the repo of interest to my repository folder
    -- /repositories/fornalder
    -- /repositories/monal

How do I run these command exactly now?

$ target/debug/fornalder --meta projects/project-meta.json \
                         ingest db.sqlite repo-1.git repo-2.git ...

Sorry, I am a bit limited with my capabilities here... :(

@hpjansson
Copy link
Owner

Hi, try something like this:

$ cd repositories
$ fornalder/target/debug/fornalder ingest monal.db monal
$ fornalder/target/debug/fornalder plot monal.db monal.png

Then when you've got that working, try variants of the last command with different options described in README.md.

@Echolon
Copy link
Contributor Author

Echolon commented May 3, 2021

Thank you very much! It worked! (just had to use 'Monal' not 'monal')

@Echolon Echolon closed this as completed May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants