Installing FOSSology 2.6 on Ubuntu

Installing FOSSology 2.6 on Ubuntu

Installing from packages

Ubuntu packages are available from the FOSSology project repositories for 12.04,12.10,13.04,13.10 and 14.04,in both 32 and 64 bit versions.

To install the packages,add to your /etc/apt/sources.list file the line matching your ubuntu version:

Ubuntu:
12.04

deb http://www.fossology.org/releases/2.6.2/Ubuntu/ 12.04 contrib

12.10
deb http://www.fossology.org/releases/2.6.2/Ubuntu/ 12.10 contrib

13.04
deb http://www.fossology.org/releases/2.6.2/Ubuntu/ 13.04 contrib

13.10
deb http://www.fossology.org/releases/2.6.2/Ubuntu/ 13.10 contrib

14.04
deb http://www.fossology.org/releases/2.6.2/Ubuntu/ 14.04 contrib

Then update the apt sources and install (This will also upgrade FOSSology if a prevIoUs version is already installed)

sudo apt-get update
sudo apt-get install fossology

After running apt-get install you should Configure and tune your installation

You may need to restart the Apache web server before the FOSSology web user-interface will work:

sudo /etc/init.d/apache2 restart

Point your browser to

http://yourhostname/repo/

and login with the default credentials:

fossy/fossy

Upgrading FOSSology from a prevIoUsly installed Ubuntu package

If you are upgrading FOSSology from a prevIoUsly installed deb package,then follow these easy steps:

  • Stop the scheduler:
sudo /etc/init.d/fossology stop
  • Verify you have the correct entry in your /etc/apt/sources.list file (see above).
apt-get update; apt-get dist-upgrade
  • Start the scheduler
sudo /etc/init.d/fossology start

转载自:http://archive15.fossology.org/projects/fossology/wiki/Ubuntu_Install_2_6 

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...