florence

command module
v1.73.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 8 Imported by: 0

README

Florence

The publishing platform used for the ONS website.

Florence screenshot

Getting started

To run Florence you must have Golang installed on a UNIX machine.

Once you have installed those dependencies and cloned this repo you need to run the following:

  1. Move into the correct directory

    cd florence
    
  2. Build node modules (you won't need to do this everytime only when the assets need to be rebuilt)

    make node-modules
    
  3. Run the server

    make debug
    

Steps 2 & 3 can also be run with the following command:

make dev

This will build the node modules and then run the server

  1. Browse to the Florence homepage http://localhost:8081/florence

  2. If you are running Florence for the first time you will need to login with the setup credentials. You will be asked to change this password.

Username: florence@magicroundabout.ons.gov.uk Password: Doug4l

Further guidance on how to use Florence can be found in usage.md

Dependencies

There are other ONS digital applications that you'll need to run to allow Florence to work end-to-end:

Optional (for developing Florence)
  • Install NodeJS and NPM

  • Watch for JS, CSS and other source file changes

    make watch-src
    
  • Update JS, CSS and other source file changes

    make node-modules 
    
Configuration

The following environment variables are available when running the Go server.

Environment variable Default Description
BIND_ADDR :8080 Host and port to bind to. Note: running make debug will run Florence on :8081
ROUTER_URL http://localhost:20000 URL that the frontend router can be accessed on
ZEBEDEE_URL http://localhost:8082 URL that Zebedee can be accessed on
IMPORT_API_URL http://localhost:21800 URL that the dataset import API can be accessed on
RECIPE_API_URL http://localhost:22300 URL that the dataset recipes API can be accessed on
DATASET_API_URL http://localhost:22000 URL that the dataset API can be accessed on
TABLE_RENDERER_URL http://localhost:23300 The URL that dp-table-renderer can be accessed on
DATASET_CONTROLLER_URL http://localhost:24000 Dataset controller url
GRACEFUL_SHUTDOWN_TIMEOUT 10s The graceful shutdown timeout in seconds
HEALTHCHECK_INTERVAL 30s The period of time between health checks
HEALTHCHECK_CRITICAL_TIMEOUT 90s The period of time after which failing checks will result in critical global check status

The following envrionment variables are available when running the Go server and within the React application:

Environment variable Default Description
ENABLE_DATASET_IMPORT true Displays the screens to allow filterable datasets to be imported through Florence (note: it requires the whole CMD stack to be running)
ENABLE_NEW_SIGN_IN false Enables the new sign in using the identity API (rather than zebedee)
ENABLE_NEW_UPLOAD false Enables the image upload functionality via static files service
ENABLE_PERMISSION_API false
ENABLE_CANTABULAR_JOURNEY false Enables the cantabular journey

For example:

make debug BIND_ADDR=:20000
Testing

Run all tests

npm run test

Testing a single file

npm run test:file --file=<YOUR_FILE>
Contributing

See CONTRIBUTING for details.

License

Copyright © 2016-2024, Office for National Statistics (https://www.ons.gov.uk)

Released under MIT license, see LICENSE for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
features

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL