Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
/ VDCore Public archive

Project designed for fast development of new ASP .NET web application.

Notifications You must be signed in to change notification settings

360deg/VDCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: a lot of bad practices here!

VDCore v 1.1.0

DATABASE

Postgres:

docker pull postges

docker run -p 5432:5432 --name myTestPostgresDB -e POSTGRES_PASSWORD=yourPassword -d postgres

MariaDB:

docker pull mariadb:10.1.48

docker run -p 127.0.0.1:3306:3306 --name mariadb -e MYSQL_ROOT_PASSWORD=root -d mariadb:10.1.48

DOCKER

Push new version and run

docker build -t 360deg/vdcore .

docker push 360deg/vdcore

docker run --name VDCore -it -p 5228:80 360deg/vdcore

REFERENCE

Reference map:

ref map

About

Project designed for fast development of new ASP .NET web application.

Resources

Stars

Watchers

Forks

Packages

No packages published