Please follow the steps below to install hss: 1) install the hss using the scripts/install_hss.sh 2) run autogen.sh 3) mkdir objs 4) cd objs; ../configure 5) make -j2 6) make 7) sudo apt-get install mysql-client-core-5.5 mysql-server-core-5.5 mysql-server-5.5 phpmyadmin set the password for mysql server open a browser and connet to the phpmyadmin: localhost/phpmyadmin create the oai_db database using database menu select the oai_db and import db/oai_db.sql select the users, and insert the data or mannully use the cmd: sudo mysql -u root -p update the oai_db tables for users,pgw, pdn, and mmeidentity create a new phpmyadmin user, and name it hssadmin, with admin password, grant all the global privilages on DATA as well as create, alter, and index for the structure mysql -u root -p and add the following cmd grant all privileges ON *.* TO 'hssadmin'@'%' WITH GRANT OPTION; flush privileges; 8) download and install php-myadmin or lampp from http://www.apachefriends.org/en/xampp-linux.html copy the file in /opt chmod 755 xampp-linux-1.8.2-0-installer.run ./xampp-linux-1.8.2-0-installer.run

gauthier
authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6376 818b1a75-f10b-46b9-bf7c-635c3b92a50f
Name | Last commit | Last update |
---|---|---|
.. | ||
access_restriction | ||
auc | ||
conf | ||
db | ||
debian | ||
s6a | ||
scripts | ||
tests | ||
utils | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
autogen.sh | ||
configure.ac | ||
hss_main.c |