- Notifications
You must be signed in to change notification settings - Fork0
NocoDB installation in a VirtualBox VM using Vagrant and the postgresql docker-compose script
License
NotificationsYou must be signed in to change notification settings
marvinpac-it/nocodb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Deploy NocoDB on a CentOS/8 Vagrant box using the postgresql docker-compose.yml file.
These instructions will get you up and running on your local machine fordevelopment and testing purposes.
Install Virtualboxhttps://www.virtualbox.org/
Install Vagranthttps://www.vagrantup.com/
Install githttps://gitforwindows.org/
Clone the repository onto your local machine
git clone https://github.com/marvinpac-it/nocodb.gitcd nocodb
Provision the virtual machine
vagrant up
Logon to the VM usingvagrant ssh
.
NocoDB is accessible on the host computer through port 8080
Once you're finished playing with the VM, you can either suspend it (can be restarted withvagrant up
) or destroy it.
vagrant suspendvagrant destroy