Akmey is a keyserver, but not for GPG keys, for SSH ones! It is bundled with tools for Linux/Mac OS/Windows.
- Clone the repository
- Create the
.envbased on.env.example - Fetch the deps using
composer install -o --no-dev - Fetch the webclient deps using
npm install - Build Semantic UI :
cd resources/semantic; gulp build - Build the webclient using
npm run production - Make sure permissions are corrects
php artisan migrate: create the schemesphp artisan passport:install: creates OAuth keysphp artisan passport:client --password: create a password grant client (for SSH subserver)- Proxy that through Nginx or Apache and Akmey is ready!
Now you can continue by installing the Akmey SSH subserver to deposit keys easily.