private void SetupGrocy() { this.GrocyPhpServer = new PhpDevelopmentServerManager(GrocyDesktopDependencyManager.PhpExecutingPath, Path.Combine(GrocyDesktopDependencyManager.GrocyExecutingPath, "public")); this.GrocyPhpServer.StartServer(); this.GrocyEnvironmentManager = new GrocyEnvironmentManager(GrocyDesktopDependencyManager.GrocyExecutingPath, this.UserSettings.GrocyDataLocation); this.GrocyEnvironmentManager.Setup(this.GrocyPhpServer.Url); }
private void SetupGrocy() { this.GrocyEnvironmentManager = new GrocyEnvironmentManager(GrocyDesktopDependencyManager.GrocyExecutingPath, this.UserSettings.GrocyDataLocation); this.GrocyEnvironmentManager.Setup(this.PhpServer.Url); }