You are here

TicketsCAD install on a RPI3

6 posts / 0 new
Last post
VK1MIC
TicketsCAD install on a RPI3

Tonight Robin was able to help me through the whole process of an install on an RPI3 - this the first how to I have seen.
 

Installing OpenCAD / Open ICSE on a Raspberry PI3. 

Download location: https://sourceforge.net/projects/openises/files/latest/download

 

https://sourceforge.net/projects/openises/files/MDB/Using%20Tickets%20MDB.pdf/download 

 

Preparing the pi:

 

sudo apt-get update

sudo apt-get upgrade

 

sudo apt-get install mariadb-server mariadb-client -y

sudo apt-get install phpmyadmin -y

 

If you don’t have apache or php installed yet, follow these instructions https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md

 

sudo mkdir /var/www/html/ticketscad

cd Downloads

sudo mv tickets_331A_052819.zip /var/www/html/ticketscad

cd /var/www/html/ticketscad

sudo unzip tickets_331A_052819.zip

 

sudo mysql -u root -p

create database ticketscad;

GRANT ALL PRIVILEGES ON ticketscad.* TO 'ticketscad'@'%' IDENTIFIED BY 'replace with prefered password' WITH GRANT OPTION; *single line

 

In the browser open http://localhost/ticketscad and click on the install.php link. Follow the instructions, and hopefully you will get to a page where you need to enter the database info.

 

Host would be localhost, and username ticketscad, and password the one you set up above in the GRANT ALL statement.



 

For later reference if needed:

phpMyAdmin

User: phpmyadmin

Pass: raspberry

 

Tickets users created 

admin / admin

guest / guest 

 

## Collaboration between Robin Pringle ZL2RCL & Wade Smith VK1MIC

 
VK1MIC
To be honest, I thought this
To be honest, I thought this post would have got more comments.

W
AB7PA
Your contribution is important

Wade, I understand your concern, but one thing to keep in mind is that your forum post has become part of the AREDN "permanent record" so people for years to come can refer to the important work you've documented.  A lower than expected number of immediate comments doesn't mean your post isn't important.  For years to come people can refer to your how-to and receive benefit.  Everyone thanks you guys for the work you put into this effort for the benefit of the entire community.  Much appreciated!

K5DLQ
K5DLQ's picture
Nice work Wade!  
Nice work Wade!
 
KM6SLF
KM6SLF's picture
Those are great instructions.
Those are great instructions. I may set one up. Thanks!
AC2OG
AC2OG's picture
Installing failure
Hello VK1MIC,
I am trying to install ticketsCAD on a Rpi3B+ following your guidelines and have a problem:
Doing http://localhost/ticketscad I am getting:

Index of /ticketscad

[ICO]NameLast modifiedSizeDescription

[PARENTDIR] Parent Directory   -  
[   ] tickets-3.40.3.zip 2023-11-28 15:04 5.8M  
[DIR] tickets-3.40.3/ 2023-06-21 06:28 -  
[   ] wordpress-6.4.1.tar.gz 2023-11-09 01:45 23M  
[DIR] wordpress/ 2020-02-06 07:33 -  
Apache/2.4.38 (Raspbian) Server at localhost Port 80
Then clicking on "tickets-3.40.3"  Ithe system answer:
This appears to be a new Tickets installation; file 'mysql.inc.inc' absent. Please run install.php with valid database configuration information.
Running "install.php" the answer is:

Installing 2.20 A base beta

ERROR! Directory './incs' is not writable. 'Write' permissions must be corrected for installation.

I thank you in advance for help and look forward to a repluy at your earliest convenience

73 Leo, I3RKE/AC2OG

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer