Sign inSign up

karai17/lapis-centos

By karai17

•Updated over 4 years ago

Lapis web framework on CentOS

Image
0

448

karai17/lapis-centos repository overview

⁠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.

Tag summary

Content type

Image

Digest

Size

198.8 MB

Last updated

over 4 years ago

docker pull karai17/lapis-centos