Giter Club home page Giter Club logo

Comments (3)

rgonek avatar rgonek commented on August 22, 2024 1

Hi,

Most of info about how to start with Ilaro.Admin is currently outdated. I'm working on documentation right now.

The nuget packages are also outdated. Best method to start right now is to download source code and run build script to get dll's, and use them in your project.

Then you can look at sample project and see how to configure Ilaro.Admin.

I'll update you when I'm finish the documentation.

from ilaro.admin.

firepol avatar firepol commented on August 22, 2024

Hi @rgonek I also tried to use your very promising admin panel. I cloned the repo, opened the solution in Visual Studio 2015 and I could build it. I tried to "view in browser" the sample page (Control+Shift+W). It opened the login view in IIS Express. I logged in with admin/admin, then there was a white page: no dashboard shown.

In the repo readme you wrote to do three things. The Ilaro.Admin.Sample seems to have all the setup done except the step nr 2, to add entities.

the Add() method doesn't exist, so I believe this it must be replaced with Register() in your documentation?

Still, even if I add all of them, like this, after or before Core.Admin.Initialise in the global.asax.cs file:

            Entity<Category>.Register();
            Entity<Customer>.Register();
            Entity<Employee>.Register();
            Entity<EmployeeTerritory>.Register();
            Entity<Order>.Register();
            Entity<OrderDetail>.Register();
            Entity<Product>.Register();
            Entity<Region>.Register();
            Entity<Shipper>.Register();
            Entity<Supplier>.Register();
            Entity<Territory>.Register();

It doesn't seem to make a difference. The admin panel is still white (page source code: empty).

The prefix in the sample is "admin", so it doesn't default to "ilaroadmin", can this be an issue as the Areas in the sample page contain a folder called "ilaroadmin" (which should be "admin" if I want to use the "admin" prefix?)

I know that you are busy, but please if you can just add a comment here to make the sample website work, that would be awesome. Then I can update the documentation, add the code and push it in your repo, so it's available for everybody.

Also question, should I create an empty database or IlaroAdmin is supposed to create DB and tables automatically based on the connection string settings?

Thanks and best regards

from ilaro.admin.

firepol avatar firepol commented on August 22, 2024

In case, I made a stackoverflow question to make this work.

from ilaro.admin.

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.