-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Yupy edited this page Oct 12, 2014
·
5 revisions
Welcome to the BtiTracker-1.5.0 wiki!
- Upload the files from the archive to your server root.
- Point your browser to your domain or localhost.
- The installation page will appear and follow the installation steps.
- After installation open the dir classes and open the file class.Allowed_Staff.php and you will find:
'admincp' => array(2)
- In the array section you will see number 2 (that's your id) to add more Staff Members after the number 2 add for example 3, 4 (your Staff ID's) like array(2, 3, 4, 5)
- PHP 5.3 > Above
- Apache Web Server 2 > Above or NGINX
- MySql Server
- MySqli Extension
- zlib
- mbstring
- gd2
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install mysql-server php5-mysql
-
sudo mysql_secure_installation
and follow the steps (yes) to all. sudo apt-get install phpmyadmin
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt php5-gd make
wget http://www.zlib.net/zlib-1.2.8.tar.gz
tar -xvzf zlib-1.2.8.tar.gz
cd zlib-1.2.8
./configure --prefix=/usr/local/zlib
make
make install
sudo service apache2 restart
And your done