-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
68 lines (44 loc) · 1.67 KB
/
README.txt
File metadata and controls
68 lines (44 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
*********************************************
Scripts to install Ubuntu/Debian fo Odroid-c1
*********************************************
Tested on Ubuntu trusty & utopic host.
You need to install following packages on your machine:
sudo apt-get install debootstrap qemu-user-static
Edit "create-sdcard" & "second-stage" scripts to configure installer to your needs.
View script comments for more details.
======================================
Script create minimal system whitch can be the base for installing server or desktop system.
For typical server install (recommended):
sudo apt-get install parted btrfs-tools rsync aptitude apache2 php5 samba cifs-utils pure-ftpd shorewall nfs-kernel-server
sudo apt-get install mysql-server phpmyadmin
sudo apt-get install firebird2.5-super php5-interbase
sudo apt-get install build-essential libssl-dev
TIP: for mysql and firebird set server bind adress to 0.0.0.0 in config files !
Install webmin:
---------------
sudo su (or login as root)
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc
rm jcameron-key.asc
echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
apt-get update
apt-get install webmin
apt-get clean
exit
Install node.js
---------------
sudo su (or login as root)
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install nodejs
============================================
If you want to create the desktop system run
sudo install_desktop
or
sudo install_mini_desktop
and reboot
============================================
****************************
* RESIZING ROOT PARTITION: *
****************************
run:
sudo fs_resize