Giter Club home page Giter Club logo

portals's Introduction

A single codebase for Synapse portals

Example sites:

Building a portal

  • src/configurations is the folder of all existing portals
  • src/configuration/config-shell is a portal template that can be copied and filled out where the TODOs are written.

Running a portal locally

To run a portal locally, use the linkConfig script, which copies configuration files for the portal that you specify (replace <portal-name> with one of the subfolder names, like nf or adknowledgeportal):

./linkConfig.sh <portal-name>

To run a portal with a local version of SRC run the following commands:

# In Synapse-React-Client/
# Symlink the package itself as well as the local react, react-router, and react-router-dom packages
$ yarn link-src
$ yarn build # last step is to build the project

# In portals/
$ yarn link-src
$ ./linkConfig <portal-name>
# Note that you can make changes in the SRC project and reflect
# them in the portals by running yarn build again. The portals project
# can continue to run as you make changes.

To unlink synapse react-client run yarn unlink-src

Build/Deploy Process

Note - Jenkins is accessible only through VPN, reach out to IT to set this up.

Automatic Updates to Staging

When a pull request is merged, the following will occur:

If package.json was updated all the staging websites will be built automatically.

If any file under src/configurations/portal-name/* is updated then the staging site for portal-name will update. e.g. updating src/configurations/adknoweldgeportal/routesConfig.ts will update adknowledgeportal staging.

Jenkins Jobs

Job Naming: Each portal has its own staging job, named deploy-portalname-staging, e.g. deploy-cancercomplexity-staging

Making a new staging job

  • Copy one of the staging jobs
  • Change the Source Code Management/Additional Behaviours/Included Regions section to only include that portal's configuration folder.
  • Change the Build/Execute Shell section to build the portal

Deploy the Staging version to Production

Run deploy-portal-production with parameters, using the portal's folder name, e.g. 'nf' or 'cancercomplexity' This will copy everything from the staging bucket to the production bucket for that portal. Approval from the portal owner must be obtained before running this job.

Jenkins build script

The code that is run on jenkins is in run.sh

Usage: Sync current with staging: $ ./run.sh push-staging [portal-name]

Sync production with production: $ ./run.sh WARNING-push-production [portal-name]

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.