- Posts: 129
- Thank you received: 0
Git commited for changes in files under wwwroot
23 Jun 2016 05:53 #6182
by Ken Lee
Git commited for changes in files under wwwroot was created by Ken Lee
Dear Thomas,
I forked git SermonSpeaker and cloned it locally to say /home/SermonSpeaker.
My wwwroot with Joomla installed, say at /var/www/html. I changed files in my wwwroot. When I want to commit obviously my local repository is unaware of changes in /var/www/html. Also, the git folder structure is very different from install SermonSpeaker. Of course I do not want to redo the code changes in git repository just for committing.
How can I make them work togather? Thank you.
Ken
I forked git SermonSpeaker and cloned it locally to say /home/SermonSpeaker.
My wwwroot with Joomla installed, say at /var/www/html. I changed files in my wwwroot. When I want to commit obviously my local repository is unaware of changes in /var/www/html. Also, the git folder structure is very different from install SermonSpeaker. Of course I do not want to redo the code changes in git repository just for committing.
How can I make them work togather? Thank you.
Ken
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
23 Jun 2016 12:28 #6183
by Thomas Hunziker
Replied by Thomas Hunziker on topic Git commited for changes in files under wwwroot
Hi Ken
The repo isn't meant to be used directly in a server. You need to build the package and install it using the Joomla extension installer/updater.
If you want to sync the folders, you will have to set up symlinks to get it working, but you would still miss changes in the database if they occur.
The repo isn't meant to be used directly in a server. You need to build the package and install it using the Joomla extension installer/updater.
If you want to sync the folders, you will have to set up symlinks to get it working, but you would still miss changes in the database if they occur.
The following user(s) said Thank You: Ken Lee
Please Log in or Create an account to join the conversation.
Time to create page: 0.111 seconds