Pete Keen
Pete Keen
Some of that looks general enough but most of it is very gitlab specific. On Thu, Feb 21, 2013 at 2:24 PM, Jason Garber [email protected]: > Does this look like...
It looks like it's running `/usr/local/bin/dokuen` instead of the one from your install directory. Could you show me: - `ls -la your_dokuen_install_directory/bin` - `cat your_dokuen_install_directory/bin/dokuen` - `cat your_git_user_home_dir/.gitolite.rc` - `cat...
Ah! In your .gitolite.rc file, the `'dokuen' => 1` line needs to be in the COMMANDS section. Like this: ``` COMMANDS => { 'help' => 1, 'desc' => 1, #...
@paulollivier If you just `ssh [email protected]` do you get some stuff from gitolite or do you get a bash prompt? If everything is working correctly you should get some help...
@teamon that looks like super useful information ... if I could read Polish. Do you think you could provide an English translation of your notes? Also I was sure I...
Great, thanks. So there's problems on multiple fronts :) First off it looks like Dokuen is not working with more recent versions of Foreman. Should be easy to fix. Second,...
Hi JP, I'm sorry you're having so many problems! I'm really regretting the gitolite dependency. I actually have a number of rewrites laying around that attempt to get rid of...
This is gitolite doing this.
Actually, on second thought, if USE_SSL is set always set up the redirect. Every instance I can think of where you want SSL you want it for all pages on...
Big :+1: for this feature. I would love to just use Portainer to deploy stacks that contain buildable images. The workaround "works" but it's kind of awful.