php - How can I download Wordpress on my server automatically? -


i provide wordpress theme users download. thought nice give them option download newest version of wordpress includes theme. url of newst version of wordpress is: https://wordpress.org/latest.zip

i following:

  1. first download latest version of wordpress on server
  2. unzip (if needed)
  3. move theme theme directory
  4. zip (if needed)
  5. provide download

once zip file on ftp server, don't see problems move or unzip files. question rather: how can download wordpress on server?

assuming using apache/linux server cli command on $

wget https://wordpress.org/latest.tar.gz 

this download latest wordpress release user folder on server. there can unpack , move var/www/...


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -