z-drive / z-drive-laravel-server

A Laravel app for Z drive
0 stars 0 forks source link

First time setup #3

Open SXPanda opened 5 years ago

SXPanda commented 5 years ago

The first time you access the Z drive interface via web browser you need to perform some setup

if (count($users) === 0) {
    doFirstTimeSetup();
}

The first time setup will use a stepper

Steps:

  1. Create an admin account
  2. Pick a cloud storage solution and add connection settings (can also skip for now)
  3. Invite/setup other users

Rough mockup:

image

See: