Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.
/ webstarterkit Public archive

A docker package for web development with grunt, bower, npm, php, apache and composer

Notifications You must be signed in to change notification settings

FDiskas/webstarterkit

Repository files navigation

WebStarterKit

Ready to work. Docker with AZK, Bootstrap, angularjs, query, php, mysql, npm, grunt, bower and composer.

Install Docker && Azk.io

curl -sSL https://get.docker.com/ | sh
curl -Ls http://azk.io/install.sh | bash
  • Fedora only
    • stop dnsmasq service systemctl stop dnsmasq.service
    • stop firewall sudo systemctl stop firewalld
    • restart docker service
      • sudo service docker stop
      • sudo service docker start
    • To check if its working azk shell --image azukiapp/alpine -- ping -c 4 dev.azk.io

Run web

azk start

Connect to containers shell

azk shell web

Install additional applications

npm install -g grunt-cli && npm install -g bower && bower install --allow-root && npm install && grunt

Execute bower | grunt | npm | composer

azk shell grunt watch

Open browser

http://web.dev.azk.io

About

A docker package for web development with grunt, bower, npm, php, apache and composer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published