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

Good README needed #7

Open
KrzysztofMadejski opened this issue Jun 9, 2017 · 7 comments
Open

Good README needed #7

KrzysztofMadejski opened this issue Jun 9, 2017 · 7 comments

Comments

@KrzysztofMadejski
Copy link
Member

  • Overview
  • Features
  • Installation
  • Troubleshooting
@KrzysztofMadejski
Copy link
Member Author

KrzysztofMadejski commented Jun 9, 2017

Installation

Docker installation

docker compose up

Manual installation

  1. Install Go language
  2. Download and build repository
    export GOPATH=$(go env GOPATH)
    mkdir -pv $GOPATH
    cd $GOPATH
    
    git clone https://github.com/archivers-space/sentry
    cd sentry
    go install
  3. Configure Postgres server and then set connection URL
    export POSTGRES_DB_URL=postgres://[USERNAME_HERE]:[PASSWORD_HERE]@localhost:[PORT]/[DB_NAME]
    
  4. Run sentry
    $GOPATH/bin/sentry

How to configure S3 buckets?

  • on production
  • @b5 how do you work with them in development env?

@titaniumbones
Copy link
Contributor

@KrzysztofMadejski do you want to submit a quick PR now with some of this? We start sprinting in 2 hours and maybe @b5 and I cna jump on the branch you create. This is what we want the sprint to accomplish!!

@KrzysztofMadejski
Copy link
Member Author

Should it be part of the readme or a separate INSTALLATION.md file?

@titaniumbones
Copy link
Contributor

titaniumbones commented Oct 27, 2017 via email

@KrzysztofMadejski
Copy link
Member Author

@titaniumbones I'm missing the information how to configure scraper so it actually scrapes anything.

@titaniumbones
Copy link
Contributor

titaniumbones commented Oct 27, 2017 via email

@dcwalk
Copy link
Member

dcwalk commented Oct 28, 2017

PR #48 has improved usage instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants