Installing a Web Server on Ubuntu | Drupalize.Me
https://drupalize.me/videos/installing-web-server-ubuntu
Ajenti: http://support.ajenti.org/topics/1121-installing-on-ubuntu/
https://www.youtube.com/watch?v=YUgoA4PZFd8
address 192.168.1.55 (or the one you want)
netmask 255.255.255.0 (you can find it under ifconfig)
network 192.168.0.0
broadcast 192.168.0.255 (found under ifconfig too)
gateway 192.168.0.1 (your : route -n)
dns-nameservers 192.168.0.1
Another: sudo apt-get install phpmyadmin
Now test your connection (after restarting): ifconfig and ping
https://drupalize.me/videos/installing-web-server-ubuntu
Ajenti: http://support.ajenti.org/topics/1121-installing-on-ubuntu/
https://www.youtube.com/watch?v=YUgoA4PZFd8
- install Ubuntu server (lamp)
- log in
- update server: sudo apt-get update && sudo apt-get upgrade
- open network interfaces: sudo nano /etc/network/interfaces
- add your desired IP under: #The primary network interface
address 192.168.1.55 (or the one you want)
netmask 255.255.255.0 (you can find it under ifconfig)
network 192.168.0.0
broadcast 192.168.0.255 (found under ifconfig too)
gateway 192.168.0.1 (your : route -n)
dns-nameservers 192.168.0.1
Another: sudo apt-get install phpmyadmin
Now test your connection (after restarting): ifconfig and ping
wget -O- https://raw.github.com/ajenti/ajenti/1.x/scripts/install-ubuntu.sh | sudo sh
sudo service ajenti restart
https://serverIP:8000
No comments:
Post a Comment