10-17-2014, 09:41 AM
I can't log in; need user and password.
I have been looking for some time to write a howto on installing and maintaining code up to date. I will eventually get around to it. In the mean time the easiest is to have shell access and use git command line:
git clone <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> {yourdirectory}
make sure your webserver user has enough permissions in the {yourdirectory}
do a normal install
load cbupdater changesets and apply them
from then on it should be:
cd {yourdirectory}
git pull
load cbupdater changesets and apply them
(repeat forever)
Give me access so I can have a look. Check the apache logs to see if you are getting any error that can give us a clue as to what is wrong
We can help you get it working.
I have been looking for some time to write a howto on installing and maintaining code up to date. I will eventually get around to it. In the mean time the easiest is to have shell access and use git command line:
git clone <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> {yourdirectory}
make sure your webserver user has enough permissions in the {yourdirectory}
do a normal install
load cbupdater changesets and apply them
from then on it should be:
cd {yourdirectory}
git pull
load cbupdater changesets and apply them
(repeat forever)
Give me access so I can have a look. Check the apache logs to see if you are getting any error that can give us a clue as to what is wrong
We can help you get it working.
Joe
TSolucio
TSolucio