@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Diviner: Update "Arcanist User Guide: Windows"

Summary: Some applications have seen new releases in the last decade, Gitpad is archived, Visual Code 9 has become 17, and the floppy disk has become the icon of saving.

Test Plan: Probably have a Windows installation. I do not.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: avivey, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26432

+6 -17
+6 -17
src/docs/user/userguide/arcanist_windows.diviner
··· 9 9 However, it will take a little effort to get working. This document explains 10 10 what you need to do in order to get it running. 11 11 12 - NOTE: Windows support is relatively new and incomplete, file bugs when you run 13 - into issues. 12 + NOTE: Windows support is incomplete, file bugs when you run into issues. 14 13 15 14 = Required Components = 16 15 ··· 19 18 - Arcanist itself, see @{article:Arcanist User Guide}. 20 19 or @{article:Arcanist Quick Start}. 21 20 - PHP (see "Detailed PHP Install Instructions" below). 22 - - SVN, Git, or Mercurial. 21 + - Git, SVN, or Mercurial. 23 22 24 23 Then, configure: 25 24 ··· 48 47 49 48 - [[ http://notepad-plus-plus.org/ | Notepad++ ]], a good all-around editor. 50 49 - **vim**, which comes with Git Bash. 51 - - [[ https://github.com/github/gitpad | GitPad ]], which allows you to use 52 - Notepad as your editor. 50 + - [[ https://www.sublimetext.com/ | Sublime Text ]]. 53 51 54 52 Other editors may also work, but they must have a blocking edit mode. 55 53 ··· 71 69 And this command for Vim (you may need to adjust the path): 72 70 73 71 name=vim 74 - $ arc set-config editor "\"C:\Program Files (x86)\Git\share\vim\vim73\vim.exe\"" 75 - 76 - And this for GitPad (you may need to adjust the path): 77 - 78 - name=GitPad 79 - $ arc set-config editor "\"C:\Users\yourusername\AppData\Roaming\GitPad\GitPad.exe\"" 72 + $ arc set-config editor "\"C:\Program Files (x86)\Git\share\vim\vim91\vim.exe\"" 80 73 81 74 And this for Sublime Text (you may need to adjust the path): 82 75 83 76 name=Sublime Text 84 - $ arc set-config editor "\"C:\Program Files\Sublime Text 2\sublime_text.exe\" -w -n" 77 + $ arc set-config editor "\"C:\Program Files\Sublime Text 4\sublime_text.exe\" -w -n" 85 78 86 79 = Detailed PHP Install Instructions = 87 80 ··· 89 82 instructions if you're having trouble. 90 83 91 84 - Download the latest stable PHP binary release from: 92 - <http://windows.php.net/download/>. When this document was last 93 - updated, this was PHP 5.4.6, but newer versions should also work. The 94 - "VC9 x86 Non Thread Safe" build should work correctly. (Other versions newer 95 - than PHP 5.3 should work, and thread-safe versions should also work.) 96 - - Unzip the PHP directory. 85 + <https://windows.php.net/download/>. 97 86 - Copy `php.ini-development` to `php.ini` in that same directory. 98 87 - Open `php.ini` and locate the line `;extension=php_curl.dll`. Remove the 99 88 `;` to activate this extension. Locate the line `; extension_dir = "ext"`