- Fork repository and clone it locally
- Change into the directory
- Find the Meetup API Key and paste it here, also replace the chapter URL from
Meetup.com/[gdg-chapter-url]
- Update
Meta Tag
,Title Tag
and Google Analytics Code from Basic Info, manifest.json and Resources
-
The Dockerfile and /nginix_config are already included
-
Issue the command
docker build -t vue-aura .
-
This will take some time
-
After its completed verify the image is there
docker images REPOSITORY TAG IMAGE ID CREATED SIZE vue-aura latest dc21bfebeaee 10 minutes ago 241MB
-
Rename the image after your GDG group
docker tag vue-aura gdg_cloudjacksonville:v1 docker images REPOSITORY TAG IMAGE ID CREATED SIZE gdg_cloudjacksonville v1 dc21bfebeaee 12 minutes ago 241MB vue-aura latest dc21bfebeaee 12 minutes ago 241MB
-
Issue the command
docker run -d -p 80:80 gdg_cloudjacksonville:v1
-
Visit
http://localhost