Giter VIP home page Giter VIP logo

Comments (7)

LORDofDOOM avatar LORDofDOOM commented on May 29, 2024

Local installation is pretty simple - If you use current development branch:

Open Mynt.AspNetCore.Host/Startup.cs

Replace

            .AddSingleton<IDataStore, AzureTableStorageDataStore>()
            .AddSingleton(i => Configuration.GetSection("AzureTableStorageOptions").Get<AzureTableStorageOptions>()) // TODO

with:

            .AddSingleton<IDataStore, LiteDBDataStore>()
            .AddSingleton(i => Configuration.GetSection("LiteDBOptions").Get<LiteDBOptions>()) // TODO

and add reference to Mynt.Data.LiteDB

done :-)

You can also choose another DB implementation, but IMHO LiteDB is the fastest option to get it running up (no dependencies, plain C# without any C++ dll or external DB Server)

from mynt.

sthewissen avatar sthewissen commented on May 29, 2024

A more detailed description of a local approach is being worked on at the moment.

from mynt.

adnanaman avatar adnanaman commented on May 29, 2024

Thanks @LORDofDOOM i tried what you suggested but when i run Host project in iis express. it only shows blank page, to be honest, not sure what should i expect as not getting any error and log is below

2018-05-23 11:36:11.806 +01:00 [Information] User profile is available. Using '"C:\Users\xxxxxxxxx\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest.
2018-05-23 11:36:12.234 +01:00 [Information] Mynt service is starting.
2018-05-23 11:36:12.445 +01:00 [Information] Request starting HTTP/1.1 DEBUG http://localhost:21580/ 0
2018-05-23 11:36:12.445 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:21580/
2018-05-23 11:36:12.512 +01:00 [Information] Request finished in 114.8217ms 200
2018-05-23 11:36:12.593 +01:00 [Information] Request finished in 191.3778ms 404

from mynt.

twixwix avatar twixwix commented on May 29, 2024

Empty page is normal cuz there is no UI right now. You could proof if type in xxx/api/traders i think so... if you get output it is working.

Ui will coming soon in my PR.

from mynt.

adnanaman avatar adnanaman commented on May 29, 2024

it just shows []
nothing else. m i missing anything in json settings?

from mynt.

LORDofDOOM avatar LORDofDOOM commented on May 29, 2024

@adnanaman: Yes because there are no running trades. Bot works but you need to create a UI or check logfiles/cmd what currently happening. @twixwix has create a PR for a UI

from mynt.

sthewissen avatar sthewissen commented on May 29, 2024

A first version of this is available now:
https://github.com/sthewissen/Mynt/wiki/Local-installation-using-SQL-Express-and-IIS-Express

from mynt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.