-
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hey there,
I just installed the Ginatra 4.0.2 app. I changed the config.yml in the root folder and when I type
sudo ginatra run
I get
checking for git... yes
Ginatra runs on xxx.xxx.xxx.xxx:9797
But when I use
sudo ginatra status
I get back
Ginatra is NOT running
What am I doing wrong? My config file looks like:
git_dirs:
- /opt/git/*
description: "My Git Repositories"
port: 9797
host: xxx.xxx.xxx.xxx
prefix: "/"
git_clone_enable?: true
My app is installed under /usr/local/lib/ruby/gems/2.2.0/gems/ginatra-4.0.2 should this be the prefix?
EDIT: I got the server running atm but I'm getting a 500 interal server error. I double checked my git_dirs and it seems ok... it's still on /opt/git/* and I've got only one repo on my server which is: /opt/git/c-programming.git. I've played a little with the git_dirs parameter and even if I complete change it to some random location ginatra still says: "checking for git...yes"
Metadata
Metadata
Assignees
Labels
No labels