Example #1
0
 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);
 }
Example #2
0
 private void SetupGrocy()
 {
     this.GrocyEnvironmentManager = new GrocyEnvironmentManager(GrocyDesktopDependencyManager.GrocyExecutingPath, this.UserSettings.GrocyDataLocation);
     this.GrocyEnvironmentManager.Setup(this.PhpServer.Url);
 }