-
Notifications
You must be signed in to change notification settings - Fork 7
VEconomy Installation
fyziktom edited this page Apr 21, 2021
·
2 revisions
Installation of VEconomy application is simple and you can do it on most common platforms such as Windows 10, Linux (tested with Raspbian OS and Debian 9) or MacOS.
- If you do not have installed ASP.NET Core 5.0 runtime and .NET Core 5.0 runtime libraries you have to install it before you run VEFramework.
- Go to the https://dotnet.microsoft.com/download/dotnet/5.0 and download latest release and follow common installation instruction for your platform.
- Download actual release of VEconomy in download section - YOU MUST DOWNLOAD WHOLE "VEconomy-x.x.x.zip" folder!
- unzip the folder and copy folder to location where you want to store it.
- if you want to access application in your local network open appseting.json and in the MQTT section fill your PC local IP address (for example "192.168.0.10" instead of default "127.0.0.1")
- Run "VEconomy.exe"
- It will open you browser on main page or you can access it anytime on http://localhost:8080/ or if you setup some IP in local network it will be for example http://192.168.0.10/ on your local network.
Default setting of the app uses SQLite Db. This is automatically created after start if not exists in user AppData folder (on Win 10 C:\Users\UserName\AppData\Roaming\VEFramework). To install another database please follow instructions in main VEFramework readme. There are some example data in the database. You can delete these accounts and wallet in Web UI and create your own.