Skip to content

Repository files navigation

Installation

1. Clone repository

git clone https://github.com/grinmilksoftware/kolejorz

2. Move into directory you've created

cd kolejorz

3. Install dependencies

docker run --rm -v $(pwd):/app composer install

You can change the ownership of directory to non root user

sudo chown -R $USER:$USER kolejorz

4. Create .env file based on .env.example

cp .env.example .env

5. Run containers

./vendor/bin/sail up

6. Generate key

./vendor/bin/sail artisan key:generate

To add Vue.js

npm install vue@next
npm install @vitejs/plugin-vue
npm install vue-router@next
npm i -D @vue-leaflet/vue-leaflet

TroubleShooting

in case of runnig this program on linuxbase system, you may encounter an error about Permission denied. Simple fix to that may be add
WWWGROUP=1000
WWWUSER=1000
to .env file

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages