https://github.com/entity-toolkit/ntt-dploy
Deployment script for the Entity and its dependency modules
https://github.com/entity-toolkit/ntt-dploy
Last synced: 3 months ago
JSON representation
Deployment script for the Entity and its dependency modules
- Host: GitHub
- URL: https://github.com/entity-toolkit/ntt-dploy
- Owner: entity-toolkit
- License: bsd-3-clause
- Created: 2023-12-28T17:34:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T15:18:01.000Z (about 2 years ago)
- Last Synced: 2024-06-20T22:45:49.226Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 99.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Deployment scripts for the `Entity`
This tool helps you set up an environment to run the `Entity` code by building & installing all the dependencies and setting up the environment variables. To use this tool, you need [environment modules](https://modules.sourceforge.net/) with the proper compilers (e.g., `gcc`, `nvcc`, etc.).
### Usage
There are two options to use this tool:
1. If you are using `go` simply install it with `go install -v github.com/entity-toolkit/ntt-dploy`, and run `ntt-dploy`.
2. Download the appropriate pre-build binary from the latest release and run it directly.
