Skip to content
 
 

Repository files navigation

Neos.Demo Docker Playground CircleCI

Github username(s)

Make sure you have the global ENV var GITHUB_USERNAME configured with your Github username. You can also use .env for that:

echo "GITHUB_USERNAME=MY_GITHUB_USERNAME" >> .env
# or
echo "GITLAB_USERNAME=MY_GITLAB_USERNAME" >> .env
echo "GITLAB_URL=https://gitlab.my-company.org" >> .env

OR

export GITHUB_USERNAME=MY_GITHUB_USERNAME

Docker Setup

.dev Hostname

Setup a "dev." Hostname for the docker-machine IP Address, in e.g. /etc/hosts:

192.168.99.100 dev.neos-playground.docker

Docker Compose UP

docker-compose up -d
docker-compose logs -f web

.. wait 'till you see the line:

.. NOTICE: ready to handle connections

The Web-Server is now ready to serve incoming requests:

http://dev.neos-playground.docker:8080/

Access the Web Container via SSH

ssh -p1122 www-data@dev.neos-playground.docker

About

A Docker based Neos Playground

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages