Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
36 lines (34 loc) · 953 Bytes

File metadata and controls

executable file
·
36 lines (34 loc) · 953 Bytes

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