Coder Social home page Coder Social logo

initial-setup's Introduction

Initial Setup

License GitHub release GitHub issues CI

Initial setup for Liri OS.

Introduction

The first time a freshly installed system is booted is a special situation. There is no user account yet and a few basic configuration steps need to be performed before it can be considered fully usable.

The initial setup mode is an attempt to solve these problems for the following kind of systems:

  • Device and mobile images
  • Test disk images

OS copies installed by the installer won't need the initial setup mode because users will configure whatever they need during the installation.

This application will offers a series of steps to:

  1. Select your language
  2. Connect to the network
  3. Create a new user account
  4. Set the right location and timezone

In terms of user experience, we want the initial setup to seamlessly switch to the regular user session. In particular, we don't want to make the user enter his credentials again on the login screen.

Dependencies

Qt >= 5.10.0 with at least the following modules is required:

The following modules and their dependencies are required:

Installation

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary

Replace /path/to/prefix to your installation prefix. Default is /usr/local.

Licensing

Licensed under the terms of the GNU General Public License version 3 or, at your option, any later version.

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.