COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200930172510/https://github.com/topics/ami
Here are
256 public repositories
matching this topic...
AMI Medical Imaging (AMI) JS ToolKit
Updated
Sep 30, 2020
JavaScript
VGA and BIOS rom font extraction
PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc
A Deep Learning Amazon Web Service (AWS) AMI that is open, free and works. Run in less than 5 minutes. TensorFlow, Keras, PyTorch, Theano, MXNet, CNTK, Caffe and all dependencies.
Ready to run machine images
Updated
Sep 28, 2020
Shell
Generate SSH config files from AWS EC2 inventory
Updated
Mar 16, 2020
Python
Packer Automated VM Image and Vagrant Box Builds
Updated
Sep 28, 2020
Python
NixOps deployment configuration for IOHK devops
Asterisk manager interface (ami) client for nodejs
Updated
Jun 30, 2018
JavaScript
Updated
Mar 25, 2020
Python
Packer post-processor plugin for AMI management
Creating immutable infrastructure using Packer, Ansible and Terraform
Automated AMI creation & deletion using serverless AWS Lambda
Updated
May 20, 2020
JavaScript
Kubernetes (AWS EKS, Azure AKS, Google GKE) Terraform Modules for HIPAA/PCI/SOC2 Compliance and Cloud Security
Updated
Apr 16, 2020
Python
Cassandra Image using Packer for Docker and EC2 AMI. Covers managing EC2 Cassandra clusters with Ansible.
Updated
Mar 23, 2017
Shell
Terraform module to provision Auto Scaling Group and Launch Template on AWS
Aleph is a 3D object viewer and annotation/measurement tool built with A-Frame, AMI, StencilJS, and Ionic
Updated
Sep 4, 2020
JavaScript
THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED - The base Amazon Machine Image (AMI) allowing dockerized applications to run with STUPS
Updated
Apr 18, 2020
Python
Updated
Sep 25, 2020
Scala
Acceptance testing your AMIs
Updated
Aug 10, 2020
Ruby
Asterisk Management Interface (AMI) to Web-socket proxy
A serverless application to automatically backup instances regularly on AWS and delete them after a certain number of days
Updated
Aug 26, 2019
Python
Set of tools to provide automation of tasks for creating STIG-partitioned EL7 AMIs
Updated
Apr 13, 2020
Shell
Asterisk Queues Dashboard with amiws
Updated
Nov 8, 2018
JavaScript
Media controller for Asterisk PBX (FastAGI Server)
Updated
Sep 28, 2020
Java
Asterisk Manager Interface (AMI) client in Go
Improve this page
Add a description, image, and links to the
ami
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ami
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
"var/app/current/storage/logs/laravel.log" could not be opened. failed to open stream: permission denied.
How can we solve this?
I added
13_permissions:
# fix permissions on the Laravel app folder
command: "chmod 777 -R /var/app/current/storage/logs/"
cwd: "/var/app/current/storage/logs/"
Line to deploy.config, but has no help.