https://github.com/badsyntax/lxd-web-panel
A WIP web panel for LXD
https://github.com/badsyntax/lxd-web-panel
Last synced: 10 months ago
JSON representation
A WIP web panel for LXD
- Host: GitHub
- URL: https://github.com/badsyntax/lxd-web-panel
- Owner: badsyntax
- Created: 2015-12-19T09:40:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T12:26:07.000Z (about 10 years ago)
- Last Synced: 2025-02-15T05:15:01.728Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lxd-web-panel
A web panel for LXD
## Running the app for development
### Overview
* Run the API server in a Vagrant/VirtualBox virtual machine
* Run the client on your host machine (OSX)
### Starting the API server
Ensure you have Vagrant and VirtualBox installed.
On your development machine:
```
cd ./server
vagrant up
vagrant ssh
cd /vagrant/server
sudo npm start
```
The API server will be running at: http://192.168.50.4:9000
## Start the API client:
On your development machine:
```
cd ./client
npm start
```
Navigate to http://localhost:3000/bundle