Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing PHPloy globally in Windows #214

Closed
banago opened this issue Mar 15, 2016 · 5 comments
Closed

Installing PHPloy globally in Windows #214

banago opened this issue Mar 15, 2016 · 5 comments
Labels

Comments

@banago
Copy link
Owner

banago commented Mar 15, 2016

Here is how you install PHPloy globally on Windows:

  1. Extract or clone the PHPloy files into a folder of your choice
  2. Ensure phploy.bat can find the path to php.exe by either:
    • Adding the path to php.exe to your system path
    • Manually adding the path inside phploy.bat
  3. Add the phploy folder to your system path
  4. Run phploy from the command prompt (from your repository folder)

Adding folders to your system path means that you can execute an application from any folder, and not have to specify the full path to it. To add folders to your system path:

  1. Press WINDOWS + PAUSE to open Control Panel > System screen
  2. Click "Advanced System Settings"
  3. Click "Environment Variables"
  4. Under "System variables" there should be a variable called "Path". Select this and click "Edit".
  5. Keep the existing paths there, add a semi-colon ; at the end and then type the location of the appropriate folder. Spaces are OK, and no quotes are required.
  6. Click OK
@banago banago added the docs label Mar 15, 2016
@banago banago closed this as completed Mar 15, 2016
@lisurc
Copy link

lisurc commented Aug 31, 2016

Could it be possible to move this "doc issue" to the Wiki? Even it's mentioned in the readme file, browsing to "Closed Issues" to find it feels quite misleading :)

@Humni
Copy link

Humni commented Jan 8, 2019

Done... https://github.com/banago/PHPloy/wiki/Installing-PHPloy-globally-in-Windows

@Humni
Copy link

Humni commented Jan 31, 2019

Never mind, @banago deleted the wiki.

@banago
Copy link
Owner Author

banago commented Feb 2, 2019 via email

@Humni
Copy link

Humni commented Feb 4, 2019

@banago The idea of most wikis is that they grow over time, becoming more detailed and accurate as community members contribute missing information/remove incorrect information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants