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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least 4 GB free RAM (VM is configured for 4096 MB)
Quick Start
# Clone this repo
git clone https://github.com/Letsoperate/Tickify-Amin-OracleLinux.git
cd Tickify-Amin-OracleLinux
# Start the VM (first run takes a while - downloads box + Oracle DB)
vagrant up
# SSH into the VM
vagrant ssh
Application URLs
After provisioning, the VM prints its bridged IP address. Access the app at:
Service
URL
Admin Console
http://<VM_IP>/admin/
Client Site
http://<VM_IP>/client/
Scanner Site
http://<VM_IP>/scanner/
API Endpoints
http://<VM_IP>/api/
Direct Backend
http://<VM_IP>:3000/admin/
Oracle Database Connection
Property
Value
Host
<VM_IP>
Port
1521
SID
XE
PDB
XEPDB1
Username
system
Password
system
# Connect from host
sqlplus system/system@<VM_IP>:1521/XEPDB1
vagrant up # Start and provision the VM
vagrant halt # Stop the VM
vagrant destroy # Delete the VM entirely
vagrant ssh # SSH into the VM
vagrant provision # Re-run provisioning on an existing VM