Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis

A small interface system for common AWS configs

Install

  1. Run composer install
  2. To use the RDS / MySQL functions, create a file in config directory called rds.json with the following format
    {
      "rds" : {
        "username": "root",
        "password": "root"
      }
    }
  3. Set up AWS credentials file
  4. Commands can then be run using php console create:s3:bucket
  5. If you want to you can run sudo ln -s $(pwd)/console /usr/local/bin/jarvis which will allow you to simply run the jarvis command from anywhere on your system

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages