Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

9 total results found

Web Development

Development Guidelines

Revision History Date Version Authors Description 2020-08-04 1.0 Adli I. Ifkar Initial Version 2021-01-22 1.1 Adli I. Ifkar Updated Tools 2021-05-03 2.0 Adli I. Ifkar Removing Windows, Added ERD, and updated Issues 1. Overview Tim IT Yayasan V...

Mobile Development

Development Guidelines

Revision History Date Version Authors Description 2021-05-27 1.0 Sudiharyanto Lika Initial Version 1. Overview Tim IT Yayasan Vitka adalah tim yang bertanggung jawab terhadap pengembangan software di lingkungan Politeknik Pa...

Yayasan Vitka

Design Guidelines

Batam Tourism Polytechnic

Design Guidelines

Identitas BTP (Batam Tourism Polytechnic) telah melalui persetujuan dengan berlandaskan visi misi. Oleh karena itu disaat Anda telah diberi wewenang memakai logo kami dalam bidang bisnis ataupun hasil dari keahlian Anda, secara tidak langsung maka Anda akan me...

Setup MinIO as AWS S3 alternative in development with docker

Development Tools MiniO

Installation Make sure your local machine already have Docker installed. Run MinIO: docker run \ -p 9000:9000 \ -p 9001:9001 \ --name minio-local \ -v ${HOME}/projects/minio:/data1 \ -e "MINIO_ROOT_USER=miniouser" \ -e "MINIO_ROOT_PA...

Setup Expose

Development Tools Expose

Overview This documentation covers how-to setting up expose in Yayasan Vitka development environment. Prerequisites You need to set working development server first before using expose. Installing Expose $ composer global require "beyondcode/exp...

Setting Up

Microservices PMB Schools

Microservice - PMB Schools Installation docker run \ --name microservice-sekolah \ -e OCTANE_SERVER=swoole\ -e APP_KEY=base64:pQ5RRwUuTRaOdkESrBActaiTXB0qOpvVPxkb4u07GvY= \ -e APP_DEBUG=false \ -e DB_CONNECTION=mysql \ -e DB_HOST=HOST_IP \ -e DB_...

Troubleshooting

Microservices PMB Schools

Jika konfigurasi sudah sesuai, microservice berjalan dan ujicoba pada browser berhasil, lakukan penghapusan cache pada SIAKAD dengan perintah: rm -rf storage/app/sushi-cache/sushi-app-*.sqlite

Updating

Microservices PMB Schools

Removing Current Containers and Images docker stop microservice-sekolah && docker rm microservice-sekolah Removing Images docker image rm shadowbane/microservice-pmb-school:latest Re-run the container docker run \ --name microservice-sekolah \ -e OCTANE_...