| ../irclogs/#mantishelp.2010-07-16.log | ||
| --- scribe started --- | 00:00 | |
| kirillka | nuclear_eclipse: mo? | 10:37 |
|---|---|---|
| nuclear_eclipse | hi kirillka | 11:40 |
| kirillka | nuclear_eclipse: one question: Can I with git update site? For now I changes send through sftp, but I want use dvcs. Change in local computer. Send commit to host and see updated site. | 11:42 |
| nuclear_eclipse | kirillka: depends on how you set it up | 11:42 |
| kirillka | nuclear_eclipse: If I can this, I set up how need it | 11:43 |
| nuclear_eclipse | it's possible to create special post-commit hooks on the server's repository that deploy the new code to your site | 11:43 |
| kirillka | nuclear_eclipse: without hock I cann't do this? With special repo? | 11:44 |
| kirillka | hook* | 11:44 |
| nuclear_eclipse | well, it would still be technically possible to set up a cronjob on the server to periodically pull data from the repo, but a hook on the repo is usually the preferred method because it's instant | 11:45 |
| nuclear_eclipse | http://stackoverflow.com/questions/279169/deploy-php-using-git | 11:45 |
| kirillka | nuclear_eclipse: Can you show me simple script witch do this? | 11:45 |
| kirillka | nuclear_eclipse: thanks | 11:46 |
| clubber | hi guys | 12:44 |
| clubber | anybody around that know about mediawiki plugin for mantis | 12:44 |
| clubber | ?? | 12:44 |
| z00dax | hi guys, i need to setup a url that points directly at a project and component so people can click a single link to file a bugreport. | 16:56 |
| z00dax | I've got the ?component=>blah< thing worked out inthe url, how can i also specify a project ? I've tried project_id=<id>; and that does not work | 16:56 |
| nuclear_eclipse | z00dax: I might be wrong, but you could try: /set_project.php?id=X&return_url=... | 16:57 |
| nuclear_eclipse | basically, when you're on the bug report page, and you change project, it ssubmits to that page | 16:57 |
| nuclear_eclipse | sorry | 16:59 |
| nuclear_eclipse | use: | 16:59 |
| nuclear_eclipse | set_project.php?project_id=X&ref=http://.../bug_report_page.php | 16:59 |
| z00dax | nuclear_eclipse: let me try that | 17:00 |
| z00dax | nuclear_eclipse: that works! thanks | 17:02 |
| nuclear_eclipse | you're welcome | 17:04 |
| z00dax | :) | 17:05 |
Generated by irclog2html.py