Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
/ aceup Public archive

Public scripts to bootstrap ASCE onboarding processes

License

Notifications You must be signed in to change notification settings

act3-ai/aceup

Repository files navigation

ACEup

[!WARNING] THIS REPOSITORY HAS MIGRATED

The ACEup repository has moved to GitLab: https://gitlab.com/act3-ai/asce/up

Overview

The ACEup repository is a collection of script-based tools and resources to bootstrap access to ACT3 services. The following tools are contained in this repo:

This repository is intended for users who need to authenticate and configure their macOS, Ubuntu 22.04, or WSL2 (running Ubuntu 22.04) machines for work in the ACT3 environment.

Usage

ACT3 Login

It is recommended users run the ACT3 Login script to authenticate to ACT3's services.

ACT3 Login will automatically:

  • Authenticate users to ACT3 services
  • Ask to run the DoD Certs script
  • Add ACT3 Homebrew tap (enabling access to ACT3 software packages)

Run the ACT3 Login script:

/usr/bin/env bash -c "$(curl -fsSL https://raw.githubusercontent.com/act3-ace/aceup/main/act3-login/act3-login)"

Important

Check the prerequisites before running.

New User Setup

After running the login script above, new users should also consider installing common ASCE Tools by running the asce-tools command:

# Install common ASCE tools
brew asce-tools

Smart Card Reader Setup

Ubuntu users who need to install and configure their system to work with a smart card reader should complete the following:

Run the enable-smart-card-reader script.

/usr/bin/env bash -c "$(curl -fsSL https://raw.githubusercontent.com/act3-ace/aceup/main/act3-login/act3-login)"

Read more about smart card usage on Linux: smart-card-reader/README.md

Optional Usage: Clone Repo and Run

Clone the ACEup repository to your system:

git clone https://github.com/act3-ace/aceup.git

Then, run the desired script:

./aceup/<path to script>

Support


Approved for public release: distribution unlimited. Case Numbers: AFRL-2024-1007

About

Public scripts to bootstrap ASCE onboarding processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published