Pre-Requisites

  • git
  • Visual Studio 2019

Get and install Oqtane source version

  1. git clone https://github.com/oqtane/oqtane.framework.git
  2. cd oqtane.framework
  3. for best experience it is recommended to install and run latest released branch,
    select it with git checkout master or any other tagged release version git checkout v2.2.0
  4. In VS2019 open your oqtane.framework\Oqtane.sln.
  5. Run Oqtane.Server project with F5 key and wait for browser to start.
  6. Follow Oqtane installer steps:
    ... on right side under username: host
    Password: Oqtane22!
    Confirm: Oqtane22!
    Email: [email protected]
    Click on [Install Now] and wait 30 sec for installation to finish.
  7. Congratulation! You have installed Oqtane!
    Login with oqtane user host and password Oqtane22!

Run Oqtane source version

  • Run Oqtane.Server project with F5 key and wait for browser to start.

More info