canmove, Confirmed users
1,126
edits
(→Hacking: Point to updated client-side/server-side docs in repo readmes) |
(→Hacking: Tidy links) |
||
| Line 11: | Line 11: | ||
==Hacking== | ==Hacking== | ||
TBPL has a client-side and a server-side component. Running only the client-side component is really simple, because you can just make it refer to the server-side component that runs on tbpl.mozilla.org. | TBPL has a client-side and a server-side component. Running only the client-side component is really simple, because you can just make it refer to the server-side component that runs on tbpl.mozilla.org. If you would like a standalone instance of TBPL with your own server-side component, the requirements are a little higher. However, there is now a fully-automated method for setting up a TBPL server in a virtual machine using Vagrant. | ||
If you would like a standalone instance of TBPL with your own server-side component, the requirements are a little higher. However, there is now a fully-automated method for setting up a TBPL server in a virtual machine using Vagrant. | |||
For more info, see: | For more info, see: | ||
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/tip/README | [http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/tip/README README] and [http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/tip/README.vagrant README.vagrant] | ||
and | |||
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/tip/README.vagrant | |||