A
A
Alexander Bagirov2014-03-21 10:53:29
git
Alexander Bagirov, 2014-03-21 10:53:29

How to install a web application from Git?

Hello!
Previously, I installed a PHP and MySQL script to play chess.
Later, a new version of it appeared, but now its code is available only in the Git repository format.
Here
Can I somehow get the files and install this application on shared hosting?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Filatov, 2014-03-21
@alexbagirov

If you have Win. Install GIT ( msysgit.github.com/) . Go to the folder where you want to get files from the repository, press the right mouse button, select - GIT Bush.
There, type the command
git clone git clone git://git.code.sf.net/p/alcibiadechess/code alcibiadechess-code

F
Fr3nzy, 2014-03-21
@Fr3nzy

Also, if you don't need to mess with git for some reason, there is a Download Snapshot button in the SF interface - as far as I understand, it creates an archive with the files of the current revision and lets you download it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question