git clone https://github.com/lyndaria/lyndaria.git
cd lyndaria
make build
This will build Lyndaria and its dependencies.
make start
This will start Lyndaria and make it available at http://localhost:8080. lyndaria install
docker pull lyndaria/lyndaria:latest
docker run -d --name lyndaria -p 8080:8080 lyndaria/lyndaria:latest
This will start a new container named lyndaria and map port 8080 on your host machine to port 8080 in the container. git clone https://github
In this article, we've walked you through the process of installing Lyndaria using Docker or by building from source. With Lyndaria installed, you can now start building and deploying scalable, cloud-native applications. cd lyndaria
Cause: Storage directory not writable. Fix:
sudo chown -R www-data:www-data /var/www/lyndaria/storage
sudo chmod -R 775 /var/www/lyndaria/storage
cd lyndaria