Get your own copy of openresearch: Difference between revisions
No edit summary |
|||
| Line 4: | Line 4: | ||
== Software == | == Software == | ||
=== LAMP === | === LAMP === | ||
A LAMP stack: Linux, Apache, mySQL, PHP is needed as a basis | |||
==== Linux ==== | |||
e.g. Ubuntu 20.04 / Debian or the linke | |||
==== Apache ==== | |||
<source lang='bash'> | |||
apt-get install apache2 | |||
</source> | |||
=== MediaWiki === | === MediaWiki === | ||
=== Semantic Media wiki === | === Semantic Media wiki === | ||
Revision as of 07:31, 19 March 2021
Is OPENRESEARCH open source?
YES, the software is open source and the data as well.
Software
LAMP
A LAMP stack: Linux, Apache, mySQL, PHP is needed as a basis
Linux
e.g. Ubuntu 20.04 / Debian or the linke
Apache
apt-get install apache2