Bitcoin Forum
May 24, 2024, 02:51:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Github push and pull inquiry  (Read 274 times)
Whynot8282 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 31, 2016, 08:18:14 PM
 #1

Hi there~

I have a web application using mysql, python, ruby on rail, etc., and moved it from my server to github.

because it is still on development I would like to clone it from the existing.

Could you please tell me how to clone and make another one from the beginning on ec2?
I do not need the existing data that have been obtained while the server is run.

Is there any quickest way to make the identical one?

Do I have to install the basic programs such as mysql to pull the repo OR there is a way to easily clone to another new ec2?   

Thanks!
 
achow101
Staff
Legendary
*
Offline Offline

Activity: 3402
Merit: 6653


Just writing some code


View Profile WWW
January 31, 2016, 08:31:08 PM
 #2

You will have to install all of the programs required to run the program (e.g. mysql, apache, etc.). Git is simply version control, it doesn't know what you need, it just gets files for you.

Just use git clone to clone the repo and then run it as you normally would as if you had written everything just then and there on that server.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!