This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# mongodb Startup script for the mongodb server | |
# | |
# chkconfig: - 64 36 | |
# description: MongoDB Database Server | |
# | |
# processname: mongodb | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$cap dev deploy | |
/var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:183:in `find_file_in_load_path': no such file to load -- (LoadError) | |
from /var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:171:in `load_from_file' | |
from /var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:89:in `load' | |
from /var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:86:in `load' | |
from /var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:86:in `each' | |
from /var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:86:in `load' | |
from Capfile:3:in `load' | |
from /var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:172:in `load_from_file' | |
from /var/lib/gems/1.8/gems/capistrano-2.13.5/lib/capistrano/configuration/loading.rb:89:in `load' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading composer repositories with package information | |
Updating dependencies | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Conclusion: don't install symfony/symfony 2.1.x-dev | |
- Conclusion: don't install symfony/symfony v2.1.1 | |
- Conclusion: don't install symfony/symfony v2.1.0 | |
- Conclusion: don't install symfony/symfony v2.1.0-RC2 | |
- Conclusion: don't install symfony/symfony v2.1.0-RC1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updating dependencies | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Installation request for doctrine/mongodb-odm dev-master -> satisfiable by doctrine/mongodb-odm dev-master. | |
- doctrine/mongodb-odm dev-master requires doctrine/mongodb dev-master -> no matching package found. | |
Problem 2 | |
- doctrine/mongodb-odm dev-master requires doctrine/mongodb dev-master -> no matching package found. | |
- docteurklein/silex-doctrine-service-providers dev-master requires doctrine/mongodb-odm dev-master -> satisfiable by doctrine/mongodb-odm dev-master. | |
- Installation request for docteurklein/silex-doctrine-service-providers dev-master -> satisfiable by docteurklein/silex-doctrine-service-providers dev-master. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* executing `symfony:cache:warmup' | |
* executing "cd /home/app/xxxxxx/dev/releases/20120720132834 && php app/console cache:warmup --env=prod" | |
servers: ["dev.xxxxxx.publishingcenter.fr"] | |
[dev.xxxxx.publishingcenter.fr] executing command | |
** [out :: dev.xxxxx.publishingcenter.fr] Warming up the cache | |
** [out :: dev.xxxxx.publishingcenter.fr] [ErrorException] | |
** [out :: dev.xxxxx.publishingcenter.fr] Warning: filemtime(): stat failed for /home/app/xxxxx/dev/releases/20120720132748/app/Resources/TwigBundle/views/Exception/error.html.twig in /home/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class UserController extends controller\Action { | |
..... | |
public function motdepasseoublieAction(){ | |
...... | |
$html = new Ano_ZFTwig_View(); | |
$html->setScriptPath(APPLICATION_PATH . '/views/scripts/'); | |
$html->assign('password', 'xoxoxo'); |