-
Notifications
You must be signed in to change notification settings - Fork 0
Chisel
Not liking CLI stuff? Skip Chisel then :).
#Chisel Chisel is Quartz build in CLI tool, it helps you with migrations, your development envoirment and making your life overal a bit better.
So what does it do?
Chisel is ran from your command line (I did not test this on those 'windows machines', but i asume it does not work there. (Get a vm or a unix machine)).
Chisel is written in php (what a surprise!) and is usable witouth any different installs. Quartz defaults will do.
Start using Chisel by running php chisel start from the root directory of your project.
###php chisel serve [-p="4000"] -o
Chisel serve opens a little webserver (Don't you dare to use it in production envoirment, it's for developing). By using serve you don't have to setup an entire LAMP Stack on your machine. Ofcourse you still need a lot of recourses like a mysql server. (but hey, a short domain and no stuff with vhosts!)
-
-p=""Select a different port then the default 9000 -
-oTry to open the direct link in your browser