Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1 KB

README.md

File metadata and controls

31 lines (22 loc) · 1 KB

Status: Archived

This repository has been archived and is no longer maintained.

status: inactive

Google Compute User Accounts - VM Software

Give yourself and others access to your virtual machines by creating Linux user accounts. User accounts have their own username and home directory on your virtual machine instances and can be created and managed programmatically through an API. Once you have created a user account, it can be used to log in to the Linux virtual machines in your project.

Installation

  1. Install Go
  2. Install FPM
  3. Make a deb/rpm: make package
  4. Install the deb/rpm on your VM: dpkg -i pkg/gcua_X.XXXXXXXX.XXXXXX_amd64.deb or rpm -ivh pkg/gcua-X.XXXXXXXX.XXXXXX-X.x86_64.rpm

Usage

See GCP Documentation

Contributing

See Contributing