SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Is there a starter version now? #6

Closed HengzheLi closed 7 years ago

HengzheLi commented 7 years ago

I followed /nuget/readme.md in the source code to try Sn7. And I download SnAdmin and compiled it and move it to SnAdminRuntime's output folder. When I run the command: snadmin installnuget dataSource:. initialCatalog:sensenet, I got a Unhandled Exception:System.ApplicationException: Configurae the TargetDirectory.

tusmester commented 7 years ago

Wow, that was fast, thank you for trying out SN :)

We are in the process of preparing the first GitHub release of SN7. It will be a beta release, and will be available really soon - but first we have to merge our release branch(es) to the master. Currently we are testing the generated nuget package internally.

This package will contain the core layer only (without UI) that you will be able to integrate to an ASP.NET app.

SnAdmin comes as a nuget reference of this core layer (called SenseNet.Services), you do not have to compile/copy that manually.

tusmester commented 7 years ago

We've just published Sense/Net Services 7.0. beta. It is a pre-release version, we plan to fix a few bugs and make some simplifications before the stable release.

You can start experimenting with it, please follow the guidelines in the Getting started section.

Please note that this is only the "services" layer, with no UI. The next component to be published is WebPages, which contains the most basic UI building blocks (page creation capability, portlets, asp.net field controls) and the current admin UI, so that you will be able to access your content from the browser.

HengzheLi commented 7 years ago

Thanks. The Getting started section really help me.