Setting up Oneinstack for webserver
After some trial and errors this is the currently best way to install Oneinstack on a Ubuntu Server 22.04 LTS version.
Before Oneinstack
Install normal server and add nothing. Run sudo apt update && sudo apt upgrade before anything else and reboot. Might be good to do a snapshot here.
Oneinstack
apt-get -y install wget screen
wget http://mirrors.oneinstack.com/oneinstack-full.tar.gz
tar xzf oneinstack-full.tar.gz
cd oneinstack
screen -S oneinstack
./install.sh
During the install choose these that seem to work now (july 2024, may change)
- nginx
- apache
- mariaDB 10.11
- PHP 8.1
- redis, memcached, etc. basically all the default options.
- node.js
After Oneinstack
Here the fun begins, the ubuntu server does NOT pick guest additions by its own. Separate guide here for that: VirtualBox guest on Ubuntu Server
#ubuntuserver, #oneinstack, #webserver, #database