Skip to content

karai17/lapis-centos

Repository files navigation

Lapis CentOS

This is a Docker image that you can use as a base to quickly set up and deploy web applications that use the Lapis framework.

Usage

Environment Variables

  • LAPIS_ENV - Default is production

Pre-installed Rocks

  • bcrypt
  • busted
  • i18n
  • lapis
  • lsqlite3
  • luacov
  • luasec
  • mailgun
  • markdown

Deploy

docker run \
-dti \
-v "/home/karai/lapis-test/data:/var/data" \
-v "/home/karai/lapis-test/www:/var/www" \
-e LAPIS_ENV="development" \
-p 8080:80 \
--name lapis-test \
karai17/lapis-centos:latest
./dev.sh
./prod.sh

Example Application

Please visit the GitHub repository to download an example application that is pre-configured for this image. The application is in the www directory. Copy the contents of this directory into your www volume.

About

Lapis web framework on CentOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published