Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@contiamo/dev
Advanced tools
Get the dev environment fast!
Local development is supported via Docker Compose.
Before you start, you must install Docker and Docker-Compose.
Additionally, the development requires access to our private docker registry. To access this ask the Ops team for permissions. Once permissions have been granted you must install the gcloud
CLI.
Once installed, run
make docker-auth pull
This will attempt to
Finally, to start the development environment, run
make start
Once the environment has started, you should see a message with a URL and credentials, like this
Dev ui : http://localhost:9898/contiamo/profile
Email : lemon@example.com
Password : localdev
Local Pantheon debug development is supported by port redirection. This requires the pantheon-redir
Docker image, run
make build
Additionally, so that Pantheon can correctly resolve the storage database service, you must modify your /etc/hosts
file to include
127.0.0.1 metadb
You can easily do this with sudo echo "127.0.0.1 metadb" >> /etc/hosts
.
To start the Pantheon dev environment use
export PANTHEON_TAG=redir
make start
This will replace the Pantheon image with a simple port redirection image that will enable transparent redirect of 8765
and 4300
. You can then start your local Pantheon debug build, e.g. from your IDE, and have it bind to those ports on localhost.
You can always cleanly stop the environment using
make stop
Any data in the databases will be preserved between stop
and start
.
If you need to reclaim space or want to restart your environment from scratch use
make clean
This will stop your current environment and remove any Docker volumes related to it. This includes any data your dev db.
The Compose file supports overriding the Docker tag used for a service by setting several environment variables:
Server | Variable | Default |
---|---|---|
datastore | DATASTORE_TAG | dev |
idp | IDP_TAG | latest |
pantheon | PANTHEON_TAG | latest |
contiamo-ui | CONTIAMOUI_TAG | latest |
FAQs
Dev environment for contiamo
The npm package @contiamo/dev receives a total of 212 weekly downloads. As such, @contiamo/dev popularity was classified as not popular.
We found that @contiamo/dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.