I read all this information using Git, packageist website. I have little knowledge but growing. Here is what im trying to do. Upgrade my website which is obviously not on either of those sites. My question is do I use composer to upgrade elgg on my server (Obviously). How ? I have seen so many scripts such as the following.
composer self-update composer create-project elgg/starter-project:dev-master ./path/to/project/root cd ./path/to/project/root composer install composer install # 2nd call is currently required vendor/bin/elgg-cli install # follow the questions to provide installation details
1: I have no idea what to do for instance. Where do I download the next Elgg site on my local computer so that I can use composer to upload to the server where my website is located.
2: In this script ti doesnt say where to upload the files so where do i tell it so it can look for my server, and how do I code it.
THank you
This discussion is closed and is not accepting new comments.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
How am I violating the community terms, by responding to people being disrespectful ? In order for that to be try then the community terms would have to great that it's ok for people to be disrespectful which I'm sure it doesn't. I have been doing research else where to get my answers. I'm confident when people investigate your claims they will they are bogus. Happy Holidays :)
To anyone seeking the same questions that I have, I found a great site that was good at breaking down the information.
1: That site is https://alanstorm.com/composer-path-repositories/ was helpful with repository
2: ELGG CLI: http://learn.elgg.org/en/stable/intro/elgg-cli.html
3: How to create a composer file in CLI https://webrewrite.com/create-composer-json-file-php-project/
4: How to use composer: https://webrewrite.com/manage-package-dependency-php-composer/