Intern:Benutzer:PaulRiegel/AMPP: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
: <code>pkg install -y zsh</code>
: <code>pkg install -y zsh</code>
AMPP installieren
AMPP installieren
: <code>pkg install -y apache24 phpmyadmin mysql56-server</code>
: <code>pkg install -y apache24 mysql56-server</code>
: <code>pkg info</code>
: <code>pkg info</code>
<pre>
<pre>
Zeile 65: Zeile 65:
zsh-5.0.7_3                    The Z shell
zsh-5.0.7_3                    The Z shell
</pre>
</pre>
weitere Komponenten [[wikipedia:XAMPP#Components]]
: (''phpmyadmin'' wurde schon installiert, aber würde wohl eher hier her gehören)
: <code>pkg install -y openssl webalizer tomcat8</code>
weitere Komponenten [http://ampps.com/downloads AMPPS]
: <code>pkg install -y python</code>
: <code>pkg install -y py27-bsddb py27-gdbm py27-sqlite3 py27-tkinter</code>
: <code>pkg install -y mongodb</code>
== Weblinks ==
=== [[#FreeNSD]] vielleicht nützliche Weblinks ===
* http://www.slideserve.com/otis/famp
* https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1

Version vom 10. Mai 2015, 06:12 Uhr

FreeBSD

uname -a
FreeBSD jampp 10.1-RELEASE-p20 FreeBSD 10.1-RELEASE-p20 #0: Fri Apr 10 17:24:22 UTC 2015     root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
pkg
pkg install -y zsh

AMPP installieren

pkg install -y apache24 mysql56-server
pkg info
apache24-2.4.12                Version 2.4.x of Apache web server
apr-1.5.1.1.5.4                Apache Portability Library
db5-5.3.28_2                   The Oracle Berkeley DB, revision 5.3
expat-2.1.0_2                  XML 1.0 parser written in C
freetype2-2.5.5                Free and portable TrueType font rendering engine
gdbm-1.11_2                    GNU database manager
gettext-runtime-0.19.4         GNU gettext runtime libraries and programs
indexinfo-0.2.3                Utility to regenerate the GNU info page index
jpeg-8_6                       IJG's jpeg compression utilities
kbproto-1.0.6                  KB extension headers
libICE-1.0.9_1,1               Inter Client Exchange library for X11
libSM-1.2.2_3,1                Session Management library for X11
libX11-1.6.2_3,1               X11 library
libXau-1.0.8_3                 Authentication Protocol library for X11
libXaw-1.0.12_3,2              X Athena Widgets library
libXdmcp-1.1.2                 X Display Manager Control Protocol library
libXext-1.3.3_1,1              X11 Extension library
libXmu-1.1.2_3,1               X Miscellaneous Utilities libraries
libXp-1.0.3,1                  X print library
libXpm-3.5.11_3                X Pixmap library
libXt-1.1.4_3,1                X Toolkit library
libltdl-2.4.6                  System independent dlopen wrapper
libmcrypt-2.5.8_2              Multi-cipher cryptographic library (used in PHP)
libpthread-stubs-0.3_6         This library provides weak aliases for pthread functions
libxcb-1.11_1                  The X protocol C-language Binding (XCB) library
libxml2-2.9.2_2                XML parser library for GNOME
libzip-0.11.2_2                C library for reading, creating, and modifying ZIP archives
mysql56-client-5.6.24          Multithreaded SQL database (client)
mysql56-server-5.6.24          Multithreaded SQL database (server)
oniguruma4-4.7.1_1             BSDL Regular Expressions library compatible with POSIX/GNU/Perl
pcre-8.35_2                    Perl Compatible Regular Expressions library
perl5-5.18.4_14                Practical Extraction and Report Language
php56-5.6.8                    PHP Scripting Language
php56-bz2-5.6.8                The bz2 shared extension for php
php56-ctype-5.6.8              The ctype shared extension for php
php56-filter-5.6.8             The filter shared extension for php
php56-gd-5.6.8                 The gd shared extension for php
php56-json-5.6.8               The json shared extension for php
php56-mbstring-5.6.8           The mbstring shared extension for php
php56-mcrypt-5.6.8             The mcrypt shared extension for php
php56-mysqli-5.6.8             The mysqli shared extension for php
php56-openssl-5.6.8            The openssl shared extension for php
php56-session-5.6.8            The session shared extension for php
php56-xml-5.6.8                The xml shared extension for php
php56-zip-5.6.8                The zip shared extension for php
php56-zlib-5.6.8               The zlib shared extension for php
phpMyAdmin-4.4.4               Set of PHP-scripts to manage MySQL over the web
pkg-1.5.1                      Package manager
png-1.6.17                     Library for manipulating PNG images
printproto-1.0.5               Print extension headers
t1lib-5.1.2_4,1                Type 1 font rasterization library for Unix/X11
xextproto-7.3.0                XExt extension headers
xproto-7.0.27                  X11 protocol headers
zsh-5.0.7_3                    The Z shell

weitere Komponenten wikipedia:XAMPP#Components

(phpmyadmin wurde schon installiert, aber würde wohl eher hier her gehören)
pkg install -y openssl webalizer tomcat8

weitere Komponenten AMPPS

pkg install -y python
pkg install -y py27-bsddb py27-gdbm py27-sqlite3 py27-tkinter
pkg install -y mongodb