lakshya / website

Source code behind the http://www.thelakshyafoundation.org/ website
http://www.thelakshyafoundation.org
2 stars 0 forks source link

Push code from GIT hub to production #40

Closed anandr31 closed 13 years ago

anandr31 commented 13 years ago

find a way to do this

saich commented 13 years ago

Major Requirement: We need more space on the server. The current limit is not sufficient for direct pulls.

After that, a very elegant solution is to get Git client on the Web Server.

  1. For this, we need gcc execute permissions also.
  2. Good to have shell access.
  3. Much better, if the host itself supports the Git client

If Git client is not possible, a workaround is possible for now.

  1. Get all the code in tar from https://github.com/lakshya/website/tarball/master & unzip at correct place. Not a good solution, since we have to download all the code every time.
anandr31 commented 13 years ago

ISP increased space to 1000MB. Still no feedback on shell access.

saich commented 13 years ago

I've implemented the workaround (without git client) in 168ecf173ba9f739cebed6e3ce9896d879d8a82c. Pulling this only for beta site. Once we confirm it is stable & working properly, I'll implement for main site also....

Reducing the priority to Medium since, we now have a temporary solution.

saich commented 13 years ago

Closing this issue as this is implemented, as per the above comment. To improve the workaround we use, we need support from the hosting provider.