rsd-saas-test

Testing RSD saas github actions

https://github.com/dmijatovic/rsd-saas-test

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Testing RSD saas github actions

Basic Info
  • Host: GitHub
  • Owner: dmijatovic
  • Language: TypeScript
  • Default Branch: master
  • Size: 168 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 26
Created about 4 years ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

RSD-as-a-service

image

Our mission: To promote the visibility, impact and reuse of research software

This repo contains the new RSD-as-a-service implementation. The service can be found at: https://research-software-directory.org

Badges

| fair-software.nl recommendations | | | :-- | :-- | | (1/5) code repository | GitHub repo badge | | (2/5) source code license | License | |           images & docs licenses | License: CC BY 4.0 License: CC BY-SA 4.0 License: CC0-1.0 License: MIT | | (3/5) community registry | Research Software Directory | | (4/5) citation | DOI | | (5/5) checklist | CII Best Practices | | overall | fair-software.eu | | Other best practices |   | | Contributor covenant | Contributor Covenant | | Contribution guidelines | Contribution Guidelines | | Tests |   | | Citation metadata consistency | cffconvert | | Frontend | Frontend tests Coverage | | Backend | Backend tests | | Authentication | Authentication tests Coverage | | Scrapers | Scraper tests Coverage | | End-to-end | E2E tests Chrome |

How to build and run the RSD

Building from source code

  1. Before installing the dependencies ensure that you have docker and docker compose V2 (see the documentation of Docker Compose) locally.
  2. You will also need make to automate the configuration and installation process.
  3. Set the required environment variables: Copy the file .env.example to .env file at the root of the project and fill the secrets and passwords. Check if the secrets are correct. The Makefile will take care about creating an appropriate frontend/.env.local from the .env file, needed only when developing the frontend.
  4. Run make install to install all dependencies and build the docker images.

Running the services

```

Start the containers via the make file

make start

OR directly use docker compose

docker compose up ```

Stopping the services

```

Stop all services via the makefile

make stop

OR directly use docker compose

docker compose down ```

Developing the RSD

We discourage the use of Safari for developing the RSD. The reason is that it is not possible to sign in with Safari on localhost, because Safari handles secure cookies differently from other browsers.

When you need DOIs to test out functionality involving mentions, some lists can be found at pull request #808.

For more details on developing the RSD, see the respective readmes in the varying directories.

Developing the frontend

You can run frontend in development mode as docker a service (called frontend-dev) that enables hot reloading. By default this frontend-dev service will not be started automatically. For more detailed instructions see frontend/README.md.

```

Run frontend development using docker at http://localhost:3000

make frontend-dev

OR use docker compose directly

docker compose -f docker-compose.yml -f docker-compose.dev.yml up ```

It is possible to directly run the frontend too (without using a docker container). You must then have Node.js installed, see the Dockerfile in the frontend directory for the version in use.

```

Build and install all dependencies.

make install

Run the frontend and the documentation on localhost:3000 and localhost:3030

make dev

Stop all services with docker compose down

make down ```

License

The content of this repository is licensed under several licenses. We follow the REUSE specification to indicate which license applies to the files specifically. Here are some general hints:

  • Source code is licensed under Apache-2.0
  • Documentation and most images are licensed under CC BY-4.0
  • Some files with trivial content, e.g. configuration files, are licensed under CC0-1.0

For more details on the licenses, please have a look at the file headers or associated *.license files. The terms of all used licenses are located in the LICENSES directory.

Owner

  • Name: Dusan Mijatovic
  • Login: dmijatovic
  • Kind: user
  • Location: Amsterdam
  • Company: dv4all

Dusan Mijatovic is the founder of dv4all. He possesses quite a unique skillset.

GitHub Events

Total
  • Release event: 5
  • Push event: 9
  • Create event: 5
Last Year
  • Release event: 5
  • Push event: 9
  • Create event: 5

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dmijatovic (2)
Top Labels
Issue Labels
Pull Request Labels