Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.65 KB

README.md

File metadata and controls

65 lines (48 loc) · 1.65 KB

Car Park Manager

Generic Software to Manage Car Parks. This is in development stages.

Development Method 1: Traditional Installation

Clone Repository:

git clone https://github.com/ONYXGrenada/CarParkManager.git

Install Dependencies:

cd CarParkManager
npm install --save electron
npm install --save mysql
npm install --save jquery
npm install --save popper.js
npm install --save bootstrap

Start Docker Container

Read docker-MySQL.txt in the docs folder

Development Method 2: Using Visual Studio Code with Docker Integration

Prerequisites:

Clone Repository:

git clone https://github.com/ONYXGrenada/CarParkManager.git

Visual Studio Code:

  • Launch vscode and open project directory
  • Ctrl+Shift+P and type "Open Folder in Container" and hit Return or Enter. (Containers should be built for project)
  • Allow X11 Forwarding (Linux Only). In your local linux terminal type (may not be most secure. remove after.):
    Before:
    xhost +local:
    After:
    xhost -local:
  • Initialize X Server (For Windows Only). In vscode terminal type (replace "your ip" with your actual ip):
    export DISPLAY={your ip}:0

Start Application

npm start