The frontend server is the component that users will interact with. It communicates with one or more VM servers to build the actual networks. This server maintains user, group, permissions, allocations and other information stored in the database.
Current installation:
- Install bower
npm install -g bower
- Clone repo
git clone https://github.com/j2h2-labproject/labproject-frontend-servers.git
- Install submodule
git submodule init
git submodule update
cd lib/common
npm install
cd ../..
- Install dependencies
npm install
bower install
Frontend server can be run with node frontend-server.js
. Config is in config.js
.
Let me know at jacob (at) j2h2.com
This project is licensed under the GNU General Public License (GPL) v3.0