Bug #4485
Use Setx instead of Set
| Status: | Resolved | Start date: | 2009-09-08 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 0% |
|
| Category: | Content / Instructions | |||
| Target version: | 1.0.0 alpha 5 | |||
| Votes: | 0 |
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
[+BUGFIX] GettingStarted (Doumentation): Added hint on setx and fixed FLOW3_WEBPATH example, fixes #4485.
History
Updated by Karsten Dambekalns over 3 years ago
- Status changed from New to Resolved
- Assignee 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!