選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Robin Thoni 9e66239a02 fixed utils fixes 7年前
app fixed utils fixes 7年前
docker docker fixes 8年前
public init 8年前
storage/logs added examples and gitkeep 8年前
.gitignore added examples and gitkeep 8年前
README.md init 8年前
composer.json fixed utils fixes 7年前
composer.lock fixed utils fixes 7年前
config.json fixed utils fixes 7年前
phpunit.xml init 8年前

README.md

Luticate 2

Docker

projectName=myproject
apiLocation="/var/${projectName}"
httpPort=8080
wsPort=8180

imageName="${projectName}"-luticate2-image
containerName="${projectName}"-luticate2-container
cd docker
docker build -t "${tag}" 
docker run -d -v "${apiLocation}":/var/www -p ${httpPort}:80 -p ${wsPort}:81 --name="${containerName}" "${imageName}"