You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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}"