-
Notifications
You must be signed in to change notification settings - Fork 11
/
README.md.tmp
25 lines (13 loc) · 1.05 KB
/
README.md.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# econ-ark-tools
General tools for econ-ark. Directories:
## [Web](https://github.com/econ-ark/econ-ark-tools/blob/master/Web)
Tools for creation of web resources, like css style files etc
## [Machine](https://github.com/econ-ark/econ-ark-tools/blob/master/Machine)
Different ways to construct a self-contained Econ-ARK machine:
#### [Virtual](https://github.com/econ-ark/econ-ark-tools/blob/master/Virtual)
* Create a Virtual Machine that you can run on a host computer. Because your computer's resources will be shared with the VM, both your regular processes (email, etc) and the Econ-ARK machine's processes may be slow.
#### [Metal](https://github.com/econ-ark/econ-ark-tools/tree/master/Machine/Metal)
* Take an existing computer and set it up so it can boot the Econ-ARK system on an external drive or flash stick.
* Your machine will be faster and more efficient than the Virtual option.
#### [Hybrid/Cloud](https://github.com/econ-ark/econ-ark-tools/blob/master/Metal)
* Convert an existing platform running Debian/Ubuntu into the Econ-ARK machine.