Korak 1: Instalacija Gita
Korak 2: Pokrenite instalacijsku skriptu
Korak 3: Korištenje instalacijske skripte
Korak 4: Konfiguriranje AlternC-a
AlternC je besplatna upravljačka ploča namijenjena za korištenje za web poslužitelje. AlternC je vilica kontrolne ploče koju je koristio besplatni host Altern sve dok nije zatvoren 2000. godine. Sada ga održava niz neprofitnih pružatelja usluga hostinga.
Korak 1: Instalacija Gita
AlternC je otvorenog koda i može se naći u Git repozitoriju na GitHubu. Moramo instalirati Git na naš Debian Squeeze, Wheezy ili Jessie poslužitelj:
apt-get install git
Zatim, klonimo Git repozitorij:
git clone https://www.github.com/AlternC/easy-install.git
Korak 2: Pokrenite instalacijsku skriptu
Sada možemo pokrenuti instalacijsku skriptu. Prvo, idemo na easy-installmapu:
cd easy-install
Učinite instalacijsku skriptu izvršnom:
chmod +x install.sh
Na kraju pokrenite instalacijsku skriptu:
./install.sh
Korak 3: Korištenje instalacijske skripte
===== Warning =====
This installation script helps to test or install AlternC for
the first time and / or don't know so much about Linux, network etc.
Using this script will provide a working installation, but if you need
something more specific you might prefer a custom installation.
To learn more about the choices made for this installer, please read
http://www.alternc.org/simpleInstaller
Do you want to continue the installation? (Y/n)
Upišite 'Y' i pritisnite Enter za nastavak.
===== Your AlternC server needs a public IP Address =====
This makes it available on the web from everywhere in the world.
For your information, here are the internet addresses of this machine:
[YourServerIP]
Please provide the public IP address
AlternC sada treba javnu IP adresu vašeg Vultr poslužitelja. Ako je prikazana samo jedna internetska adresa, to je vjerojatno vaš javni IP. Obavezno još jednom provjerite na my.vultr.com.
Unesite svoj IP i pritisnite Enter.
===== Your AlternC needs a domain name =====
This domain name will be used to access the panel and send/receive mail.
You must use an original domain name dedicated for this purpose.
In other words, do not use a domain name intended to be your company or
personal website.
For example, 'example.com' is not good, unless your company is the
hosting service by itself. 'panel.example.com' will work better,
allowing you to still have your website on 'www.example.com'
If you are unsure, here are a few solutions:
1. Create a subdomain dedicated to AlternC on a domain name you own
2. Use the free AlternC.net domain name service
We recommand using the AlternC.net subdomain name if you are new to this.
You'll only need to request your subdomain on http://www.alternc.net and
point it to the IP address you just provided.
Your AlternC domain name might then look like 'example.alternc.net'
Do you want to use AlternC.net domain name service? (Y/n)
AlternC treba naziv domene na kojoj može raditi. Ovo također može biti poddomena, kao što je panel.example.com. AlternC pruža besplatnu uslugu poddomena, no preporuča se postavljanje vlastite (pod)domene. Ovo mora upućivati na vaš Vultr poslužitelj.
Kako ću sam postavljati (pod)domenu, sada ću unijeti 'n'.
For your information, this server hostname is :
alternc
Please provide your AlternC domain name
Ovdje unesite svoju (pod)domenu za AlternC, na primjer panel.example.comili example.com. Ovo ne može biti (pod)domena koju planirate hostirati na svom AlternC poslužitelju.
===== Your AlternC needs DNS Servers =====
Domain Name Servers announce addresses of the domain names on the web.
If you don't have at least two name servers with minimal redundancy, we
highly recommand you the free service we provide (see http://alternc.net )
Do you want to use AlternC.net name servers ?(Y/n)
AlternC zahtijeva DNS poslužitelje. Ako nemate vlastite DNS poslužitelje, AlternC vam može pružiti DNS poslužitelje. Ako ih želite koristiti, upišite 'Y', u suprotnom upišite 'n'. Koristit ću njihove DNS poslužitelje.
===== Optional installation: roundcube webmail =====
Roundcube is the webmail software proposed by AlternC.
We recommand adding it to your installation.
Would you like to install Roundcube? (Y/n)
Roundcube je popularan softver koji se koristi za web poštu. Ako planirate koristiti web-poštu, preporučamo korištenje Roundcubea.
===== Optional installation: mailman mailing list manager =====
Mailman is the mailing list software proposed by AlternC.
Would you like to install Mailman? (Y/n)
Kako AlternC ima podršku za mailing liste, daje vam mogućnost instaliranja Mailmana. Neću koristiti mailing liste ili Mailman.
AlternC će nakon toga početi preuzimati preduvjete i instalirati. Imajte na umu da to može potrajati jer mora instalirati LAMP stog i o kojem ovisi sav drugi softver AlternC.
Korak 4: Konfiguriranje AlternC-a
Nakon instalacije, AlternC će vam dati korisničko ime i lozinku za samu upravljačku ploču kao i za MySQL. Primjer:
************************************************************
* *
* Admin account *
* ------------ *
* *
* user: admin password: admin *
* *
* Please change this as soon as possible! *
* *
************************************************************
Za MySQL:
An important password has just been generated.
It is the mysql root (or master) password.
This password has been stored in the root directory : /root/.my.cnf
For your information this password is :
x
Service apache2 is running OK
Service master is running OK
Service mysqld is running OK
Sada ćete moći pristupiti AlternC-u putem (pod)domene koju ste koristili.
Upravljačka ploča:

Čestitamo, sada ste uspješno instalirali AlternC na svoj Vultr poslužitelj!