Вы не можете выбрать более 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}"