Skip to content

Dockerfile building a r-while environment using r-while-web.

License

Notifications You must be signed in to change notification settings

yokoyama-lab/R-WHILE_Quick_Start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-WHILE_Quick_Start

Dockerfile building a r-while environment using r-while-web.

Prerequisites

Usage

  1. Create .env in ./src to copy .env.example.
cp ./src/.env.example ./src/.env
  1. Edit .env according to your environment.
APP_URL=<your domain>

.
.
.

DB_HOST=<your domain>
  1. Build an image from this Dockerfile.
docker build -t rwhile .
  1. Start a rwhile container. At this time, map port 80 in the container to appropriate port on the Docker host (e.g.: port 80).
docker run -it -d --name rwhile_container -p 80:80 rwhile
  1. Access localhost:port-number from an internet browser (e.g.: localhost:80).

About

Dockerfile building a r-while environment using r-while-web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published