Giter Club home page Giter Club logo

ADSAbs 2.0

This is the Flask application for the new ADS website.

After making sure that you have python development files (package python-dev on debian-based systems) installed, the simple installation is:

$ virtualenv some-python
$ source some-python/bin/activate
$ pip install -U pip
$ pip install -U distribute
$ CFLAGS= pip install -r requirements.txt

You will need a running mongodb instance. Assuming, you are just testing things, you can do:

$ cat <<EOF> ./mongo_auth.js
use admin
db.addUser('foo','bar')
db.auth('foo','bar')
use adsabs
db.addUser('adsabs','adsabs')
use adsdata
db.addUser('adsdata','adsdata')
use adsgut
db.addUser('adsgut','adsgut')
EOF

$ mongo < ./mongo_auth.js

Then, edit config/local_config.py and add:

class LocalConfig(object):
    MONGOALCHEMY_USER = 'adsabs'
    MONGOALCHEMY_PASSWORD = 'adsabs'
    ADSDATA_MONGO_USER = 'adsdata'
    ADSDATA_MONGO_PASSWORD = 'adsdata'
    MONGODB_SETTINGS= {'HOST': 'mongodb://adsgut:adsgut@localhost/adsgut', 'DB': 'adsgut'}
    THUMBNAIL_MONGO_PASSWORD = None

For more details, see http://labs.adsabs.harvard.edu/trac/ads-invenio/wiki/BeerInstallation or look into the Jenkins task, where we test the setup: http://adswhy:9090/view/BEER/job/BEER-05-live-service/configure

Jenkins

You can have Jenkins automatically test your repository/branch:

  1. got to adswhy:9090 (login)
  2. click on 'create a new job'
  3. select 'copy from' = BEER-02-adsabs
  4. change some values:
    • the git url (and optionally the name of the branch you want to test)
    • port of a mongo db (MongoDB is created for each test, so you just want to avoid using a port that some other tests use)
    • email (to notify you of build problems)

SAO/NASA ADS's Projects

ace icon ace

Astrophysics Concept Extraction

acutter icon acutter

A cookiecutter template for Python package with heavy use of Github actions

ads icon ads

Python tool for ADS

ads-nametags icon ads-nametags

Script for making ADS name tags for doors, badges, etc.

adsabs icon adsabs

Flask for ADS, ADS for Flask, ADS for all

adsabs-vagrant icon adsabs-vagrant

Vagrantfile and puppet config for building a sandboxed adsabs environment

adsabs_org icon adsabs_org

Web application used for the redirects of ADS shortened urls

adsaff icon adsaff

Worker for finding ADS affiliations

adsaffildb icon adsaffildb

Storage and infrastructure for affiliation data (used for augment pipeline, and research and analysis)

adsarxiv icon adsarxiv

Uses the direct_ingest_pipeline to insert daily arXiv updates directly into Solr via MasterPipeline

adsdatapipeline icon adsdatapipeline

Reads non-bibliographic flat files and sends nonbib and metrics data to master pipeline

adsdeploy icon adsdeploy

Deployment, testing, and GUI pipeline for the ADS application tier

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.