This page is based on APPNET OS and uses cookies to personalize. APPNET OS gives users the ability to decide how to use cookies themselves. However, there are also cookies that are required for the operation of a website. By using this website you agree to the use of necessary cookies.
English
Sun 23 August 14:07
Installation via GitHub
  • Connect to your web server via SSH
    $ ssh user@host
  • Clone the repository on your web server to your home directory
    $ git clone https://github.com/appnetos/appnetos.git
  • Copy the content from the appnetos directory to your Apache web directory from which you want to run APPNET OS (Example: Default web root directory)
    • Ubuntu Linux based system
      $ sudo cp -R appnetos/. /var/www/
    • Arch Linux based system
      $ sudo cp -R appnetos/. /srv/http/
  • Put the owner of the files, in your web directory, on the Apache user
    • Ubuntu Linux based system
      $ sudo chown -R www-data:www-data /var/www/
    • Arch Linux based system
      $ sudo chown -R http:http /srv/http/
  • Start the APPNET OS Installer
    https://www.my-host.com/install