![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dAnarchy Deploy is a template-driven Ruby gem to deploy locally or remotely to Gentoo systems (and debian/ubuntu, more being added). This can take a .JSON or .YAML input file, or a CouchDB connection as a deployment template and install necessary packages, add users and groups, write ERB templates, and decompress tar/zip archives. More documentation incoming.
Add this line to your application's Gemfile:
gem 'danarchy_deploy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install danarchy_deploy
If you will be running dAnarchy Deploy as a LocalDeploy, it will require root/sudo access, so install the gem with sudo. This is RemoteDeploy's process for running LocalDeploy on target hosts (DanarchyDeploy::RemoteDeploy#gem_install [L99-L109]):
$ sudo gem install danarchy_deploy
dAnarchy Deploy usage info can be read with -h/--help:
~$ danarchy_deploy -h
Usage: sudo bin/danarchy_deploy (local|remote) --json /path/to/deployment.json [options]
-j, --json=file Read configuration from JSON file.
-y, --yaml=file Read configuration from YAML file.
-p, --pretend Pretend run: Don't take any action.
-f, --first-run First Run: Run as a first run causing services to run all init actions.
-d, --deploy-dir Deployment directory. Defaults to '/danarchy/deploy'.
--dev-gem Build dAnarchy_deploy gem locally and push to target host in RemoteDeploy.
--ssh-verbose Verbose SSH stdout/stderr output.
--vars-verbose Verbose template variable output.
--version Print bin/danarchy_deploy version.
-h, --help Print this help info.
More documentation incoming...
FAQs
Unknown package
We found that danarchy_deploy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.