LizardFS Registration Form

Project setup

Clone this repository in your local computer, and run the following command:

npm install

Pre-requirements

  • Docker

Setup the docker image

Enter the root directory and execute the following command:

docker build -t lizard/lizardfs-reg-form .

Run the docker container using the port you define, just like on the example

docker run -it -p 8081:8080 --rm --name lizardfs-reg-form-vue lizard/liz-reg-form

You’ll have a working dockerized solution for the registration form

GitHub

View Github