"Automated installation and configuration of development environments" - for pt-BR support, please check out https://gitter.im/azukiapp/azk/pt
ports: {
// exports global variables
data: “5000”,
http: "8100",
},
envs: {
// Make sure that the PORT value is the same as the one
// in ports/http below, and that it's also the same
// if you're setting it in a .env file
PORT: “5000”,
DEV: "8100",
}
azk shell
<sys-name>azk shell
<sys-name>—
<command>
# start system using azk
azk start [system_name]
# get id of running container
adocker ps | grep [system_name]
# connecting in running system
adocker exec $CONTAINER_ID
hey folks, is there a quick way to provide a browser access to azk status
and azk logs
? My ideal would be to have a dashboard that shows a listing of all active manifests (say
/projects/proj1/Azkfile.js
/projects/proj2/Azkfile.js
...
and then when clicking in one of them to have a listing of azk status
for all systems defined in that Azkfile, and have a tab that will let me stream logs to the browser (say like https://github.com/r7kamura/webtail)