欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Huihoo FreeBSD Applications
来自开放百科 - 灰狐
(版本间的差异)
小 (→Database) |
|||
(未显示1个用户的7个中间版本) | |||
第1行: | 第1行: | ||
Huihoo FreeBSD Applications 为 FreeBSD 应用软件包的安装、版本更新、迁移提供支持。 | Huihoo FreeBSD Applications 为 FreeBSD 应用软件包的安装、版本更新、迁移提供支持。 | ||
+ | |||
+ | ==SAP ERP== | ||
+ | *[http://docs.huihoo.com/freebsd/zh_cn/2006/handbook/sapr3.html 安装SAP R/3] | ||
+ | |||
+ | ==Oracle ERP== | ||
+ | |||
+ | ==Java== | ||
+ | *[http://www.freebsdfoundation.org/downloads/java.shtml FreeBSD Foundation Java Downloads] | ||
+ | *[http://www.freebsd.org/java/ FreeBSD Java Project] | ||
+ | |||
+ | ==Middleware== | ||
+ | *GlassFish | ||
+ | *Geronimo | ||
+ | *JBoss | ||
+ | *Tomcat | ||
+ | |||
+ | ==Database== | ||
+ | *PostgreSQL | ||
+ | 以FreeBSD 8.0为例:取得 | ||
+ | ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/databases/postgresql-client-9.0.3.tbz | ||
+ | ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/databases/postgresql-server-9.0.3.tbz | ||
+ | 然后#pkg_add postgresql-server-9.0.3.tbz | ||
+ | 设置 postgresql_enable to YES in /etc/rc.conf | ||
+ | su pgsql | ||
+ | /usr/local/etc/rc.d/postgresql initdb | ||
+ | /usr/local/etc/rc.d/postgresql start | ||
+ | or /usr/local/bin/pg_ctl start -D /usr/local/pgsql/data | ||
+ | *MySQL | ||
+ | 编译 mysql ports | ||
+ | |||
+ | Install MySQL server: | ||
+ | # cd /usr/ports/databases/mysql50-server/ | ||
+ | # make | ||
+ | # make install | ||
+ | # make clean | ||
+ | |||
+ | Also install mysql client support | ||
+ | # /usr/ports/databases/mysql50-client | ||
+ | # make | ||
+ | # make install | ||
+ | # make clean | ||
+ | |||
+ | Finally install mysql scripts: | ||
+ | # cd /usr/ports/databases/mysql50-scripts | ||
+ | # make | ||
+ | # make install | ||
+ | # make clean | ||
+ | |||
+ | # /usr/local/etc/rc.d/mysql-server start | ||
+ | or vi /etc/rc.conf | ||
+ | mysql_enable="YES" | ||
+ | |||
+ | More Detail: http://www.cyberciti.biz/tips/howto-install-lighttpd-on-freebsd.html | ||
+ | |||
+ | 手工编译安装后 | ||
+ | /usr/local/bin/mysqld_safe & | ||
+ | *Berkeley DB | ||
+ | |||
+ | ==Freeware== | ||
==Lighttpd== | ==Lighttpd== | ||
第5行: | 第64行: | ||
点击 [[Install Ruby Rails Lighttpd MySQL on Ubuntu or FreeBSD]] | 点击 [[Install Ruby Rails Lighttpd MySQL on Ubuntu or FreeBSD]] | ||
*在 FreeBSD 5.5, 6.1 上安装 Lightttpd,PHP,MySQL 点击 [[FreeBSD_Lighttpd_PHP_MySQL]] | *在 FreeBSD 5.5, 6.1 上安装 Lightttpd,PHP,MySQL 点击 [[FreeBSD_Lighttpd_PHP_MySQL]] | ||
+ | |||
+ | ==多操作系统== | ||
+ | * [[winxp,solaris10,linux,freebsd install in a system]] | ||
+ | |||
+ | [[Category:FreeBSD]] | ||
+ | [[Category:Huihoo]] |
2011年3月5日 (六) 02:45的最后版本
Huihoo FreeBSD Applications 为 FreeBSD 应用软件包的安装、版本更新、迁移提供支持。
目录 |
[编辑] SAP ERP
[编辑] Oracle ERP
[编辑] Java
[编辑] Middleware
- GlassFish
- Geronimo
- JBoss
- Tomcat
[编辑] Database
- PostgreSQL
以FreeBSD 8.0为例:取得
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/databases/postgresql-client-9.0.3.tbz ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/databases/postgresql-server-9.0.3.tbz 然后#pkg_add postgresql-server-9.0.3.tbz 设置 postgresql_enable to YES in /etc/rc.conf su pgsql /usr/local/etc/rc.d/postgresql initdb /usr/local/etc/rc.d/postgresql start or /usr/local/bin/pg_ctl start -D /usr/local/pgsql/data
- MySQL
编译 mysql ports
Install MySQL server:
# cd /usr/ports/databases/mysql50-server/ # make # make install # make clean
Also install mysql client support
# /usr/ports/databases/mysql50-client # make # make install # make clean
Finally install mysql scripts:
# cd /usr/ports/databases/mysql50-scripts # make # make install # make clean
# /usr/local/etc/rc.d/mysql-server start
or vi /etc/rc.conf
mysql_enable="YES"
More Detail: http://www.cyberciti.biz/tips/howto-install-lighttpd-on-freebsd.html
手工编译安装后
/usr/local/bin/mysqld_safe &
- Berkeley DB
[编辑] Freeware
[编辑] Lighttpd
- 在 Ubuntu 5.04(FreeBSD 5.5)上安装 Ruby, Rails, Lighttpd, MySQL
点击 Install Ruby Rails Lighttpd MySQL on Ubuntu or FreeBSD
- 在 FreeBSD 5.5, 6.1 上安装 Lightttpd,PHP,MySQL 点击 FreeBSD_Lighttpd_PHP_MySQL
[编辑] 多操作系统
分享您的观点