Skip to content

How to get started

Johan Filipsson edited this page Mar 31, 2021 · 10 revisions

To get started

There are three ways to start with Intwenty. 1. Using the Nuget package 2. Forking the github repository, or 3. Download the latest release from github. The easiest way is to download the latest release, and start working in Visual Studio 2019 or later.

If you choose to use the Nuget package, you have to:

  1. Download the latest release or fork the repository.
  2. Open and debug the solution (IntwentyDemo.sln), it will use SQLite as default database.
  3. Go to [System Administration/Validate Meta Model], to check that the example model is up and running.
  4. Go to [System Administration/Configure Database], to create database objects according to the meta model.
  5. Go to [System Administration/Run System Tests], to run a self test.
  6. The system should now be up and running.

And then ?

  1. Explore the System Administration Menu, which is where you create applications and maintain your model.

  2. Use [System Administration/Manage Applications] and try to create a new application.