Created Setup PT Magic on MacOS (markdown)

HojouFotytu 2018-12-04 23:16:43 +09:00
parent e77e22e0d3
commit 5e04a31595
1 changed files with 21 additions and 0 deletions

@ -0,0 +1,21 @@
**Important: Please do not install PTMagic if you are already running Profit Trailer Feeder. Both tools write to your bot .PROPERTIES files and there may be side effects.**
**Note:** As we are no Mac experts we are not able to support you with MacOS specific issues.
## Quick Start
To run PTMagic on a Mac you have to install .NET Core and a webserver.
### Download and setup ASP.NET Core
Click this [link](https://www.microsoft.com/net/download/macos) to find instructions to download and setup .NET Core 2.1.300 SDK on your Mac.
### Configure PT Magic
After installing .NET Core proceed with the [setup guide](https://github.com/Legedric/ptmagic/wiki/Setup-Guide) to configure your installation. After that go to the **PT Magic** folder in a terminal window and start with the command
> dotnet PTMagic.dll
and the monitor application with
> dotnet Monitor/Monitor.dll
If something is not working as expected please have a look at our [Post Install Checklist](https://github.com/Legedric/ptmagic/wiki/Post-Install-Checklist) and [FAQ](https://github.com/Legedric/ptmagic/wiki/FAQ-and-Tips).