TYPO3 Flow Base DistributionPackagesApplications

Bug #4485

Use Setx instead of Set

Added by ziyad saeed almost 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-09-08
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:Content / Instructions
Target version:1.0.0 alpha 5

Description

Getting Started Guide Chapter 6
When you set the environment variable in windows using Set, the variable isn't persistent, it disappears when you close the command window or console.

Use Setx instead. Its syntax is slightly different

c:\> setx FLOW3_CONTEXT "Development" 
c:\> setx FLOW3_ROOTPATH "C:\xampp\htdocs\tutorial" 
c:\> setx FLOW3_WEBPATH "C:\xampp\htdocs\tutorial" 

btw shouldn't the WEBPATH point to the Web folder inside the Tutorial directory

Associated revisions

Revision 37e373de
Added by Karsten Dambekalns almost 6 years ago

[+BUGFIX] GettingStarted (Doumentation): Added hint on setx and fixed FLOW3_WEBPATH example, fixes #4485.

History

#1 Updated by Karsten Dambekalns almost 6 years ago

  • Status changed from New to Resolved
  • Assigned To set to Karsten Dambekalns
  • Target version changed from 1.0.0 alpha 4 to 1.0.0 alpha 5

Added setx and fixed the web path, thanks!

Also available in: Atom PDF