Skip to content

Concord-EPMA/Concord-Sparrow

Repository files navigation

Concord University EMPA

Getting Started

  • clone this repository in a folder
    • git clone https://github.com/Concord-EPMA/Concord-Sparrow/tree/main/website .

How to get sparrow working locally

  1. bash -c "$(curl -fsSL https://raw.githubusercontent.com/EarthCubeGeochron/Sparrow/HEAD/get-sparrow.sh)"
  2. ensure Docker has been updated and is currently running with sufficient memory allocation(>=4GB)
  3. you should be able to run sparrow with no errors
  4. run sparrow up (make sure you're in the directory you just cloned)
  5. go to localhost:5002

How to run the main website

  1. cd website
  2. yarn && yarn dev

Deploy the main website with Vercel

How to run importer scripts & GUI (MacOS)

  1. python3 -m venv env
  2. source env/bin/activate
  3. python3 -m pip install --upgrade pip
  4. pip install -r requirements.txt
  5. cd importers
  6. python /importers/dataCleaner.py

Current Priority

for more help with sparrow visit - sparrow database docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published