RFID-enabled authentication, authorization and time tracking for company propery access control.
1.2.2. Follow the usual installation instructions to install Docker Desktop. If you are running a supported system, Docker Desktop prompts you to enable WSL 2 during installation. Read the information displayed on the screen and enable WSL 2 to continue.
git clone https://github.com/net-shell/raffy-admin.git
cd raffy-admin
docker exec -it raffy-web-1 /bin/bash
Later, press Ctrl+D
to exit the container shell.
composer install
composer run-script install-tasks
php artisan storage:link
2.2.3. In WSL2 terminal run this command:
./vendor/bin/sail up -d
docker exec -it raffy-echo-1 /bin/sh;
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run prod
Alternatively, you could build assets for development (npm run dev
) or watch for changes to source, which can be useful when actively modifying them (npm run watch
). However, production assets are more secure, load faster and are very optimized.
docker exec -it raffy-php-1 /bin/sh;
php artisan voyager:install
php artisan voyager:import
Go to http://raffy.local in your web browser.
You should see the login screen. Use the account created in step 3.4.
php artisan voyager:admin --create
php artisan import:workers {csv}