Search found 826 matches
- Tue Nov 24, 2020 2:17 pm
- Forum: Tutorials
- Topic: How to install MoinMoin 1.9.11 on Ubuntu Server 18.04 LTS
- Replies: 1
- Views: 1414
Prerequisites
Add Non-SSL Apache Site Configuration Refer to this tutorial but substitute the example domain name and path for your domain. Add SSL Apache Site Configuration Please refer to this tutorial but substitute the example domain name and path for your domain. MoinMoin Prerequisites EDIT: ah crap, MoinMo...
- Tue Nov 24, 2020 11:43 am
- Forum: Tutorials
- Topic: How to install MoinMoin 1.9.11 on Ubuntu Server 18.04 LTS
- Replies: 1
- Views: 1414
How to install MoinMoin 1.9.11 on Ubuntu Server 18.04 LTS
WORK-IN-PROGRESS --------- WORK-IN-PROGRESS Greetings and salutations, I hope this thread will be helpful to those who follow in my foot steps as well as getting any advice based on what I have done / documented. To discuss this thread, please participate here: Ubuntu Forums High-level overview Thi...
- Fri Nov 06, 2020 1:33 pm
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Orphaned Files
Orphaned Files Failures happen for various reasons and sometimes the files under "uploads" are no longer attached to an upload entry...and thus cannot be deleted from the web interface. There are a few ways to find such files. On the database server you can run the following SQL command to identify...
- Thu Nov 05, 2020 4:10 pm
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Video Compression Settings
Here are the default video compression/conversion settings when uploading a video: H.264 Settings: -vcodec libx264 -vf "scale=min(640\,iw):trunc(ow/a/2)*2" -vb 800k -acodec aac -ab 96k -ar 44100 -f mp4 WebM Settings: -vcodec libvpx -vf "scale=min(640\,iw):trunc(ow/a/2)*2" -vb 800k -acodec libvorbis ...
- Wed Nov 04, 2020 9:27 am
- Forum: Tutorials
- Topic: How to Setup a Compiler for Ubuntu Server 20.04 LTS
- Replies: 1
- Views: 947
Software Installation
Software Installation Each program will likely need it's own set of required software for compiling so you will need to adjust as needed. These steps are intended to get the most-commonly used software installed and you only need to add whatever is specific to the program you need. sudo apt install...
- Wed Nov 04, 2020 9:21 am
- Forum: Tutorials
- Topic: How to Setup a Compiler for Ubuntu Server 20.04 LTS
- Replies: 1
- Views: 947
How to Setup a Compiler for Ubuntu Server 20.04 LTS
------------ IN PROGRESS ------------ Greetings and salutations, I hope this thread will be helpful to those who follow in my foot steps as well as getting any advice based on what I have done / documented. To discuss this thread, please participate here: Ubuntu Forums High-level overview This thre...
- Tue Nov 03, 2020 10:12 am
- Forum: Tutorials
- Topic: How to compile Orthanc from source code on Ubuntu Server 20.04 LTS
- Replies: 4
- Views: 3611
Upgrade Procedure Using .DEB Package
Upgrade Procedure Using .DEB Package Stop the service: sudo systemctl stop orthanc Uninstall the package: sudo apt remove orthanc-loc Install the new package: sudo dpkg -i /tmp/orthanc-loc_1.8.1-SNAPSHOT_amd64.deb NOTE: If the requirements changed, you might need to run this command to install the ...
- Wed Sep 23, 2020 8:40 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Email Support Using Mail Relay Server
Email Overview CumulusClips utilizes PHP's built-in "mail" function which means we need to configure php.ini to use a mail client that will send email. It seems like an industry standard to use "sendmail" based on all the tutorials out there but sendmail is a mail server itself which can receive ma...
- Wed Sep 23, 2020 8:30 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Customize
Logo Locations Images related to the admin panel "CumulusClips Admin Panel" text on top of admin panel page. (374x27) cc-admin/images/admin-logo.png Small greyscale version of the main screen logo at the bottom of the admin panel (79x32) cc-admin/images/footer-logo.png Images related to the default...
- Wed Sep 23, 2020 8:08 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Install CumulusClips
Install CumulusClips Download CumulusClips, extract the archive and set permissions: cd /tmp wget http://cumulusclips.org/cumulusclips.tar.gz tar -xzvf /tmp/cumulusclips.tar.gz sudo chown www-data:root --recursive /tmp/cumulusclips sudo find /tmp/cumulusclips/. -type d -exec chmod 755 '{}' \+ sudo ...
- Wed Sep 23, 2020 8:06 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
CumulusClips Prerequisites
Install CumulusClips Prerequisites At the server console, type the following to install the additional modules and restart the web service: sudo apt -y install php7.4-curl php7.4-xml php7.4-gd php7.4-zip php7.4-intl sudo systemctl reload apache2 To make sure the modules are loaded, we will create a...
- Wed Sep 23, 2020 7:59 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Install Web Server
Install Apache sudo apt install apache2 Install PHP for Apache with MySQL/MariaDB support sudo apt install php7.4 libapache2-mod-php7.4 php7.4-mysql Firewall Rules Edit the firewall script that was created during the initial setup of the server (if you followed my instructions ): sudo vi /var/scrip...
- Wed Sep 23, 2020 7:43 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Requirements and Domain Resolution
CumulusClips Requirements Source: http://cumulusclips.org/docs/requirements/ 1 GB RAM Linux (Kernel 2.6.32+) PHP 5.3+ MySQL 5.0+ Apache web server 2.x (with mod_rewrite enabled) PHP Modules: POSIX, GD, curl, simplexml, zip, PHP-MySQL and PDO MySQL PHP Settings: short_open_tag = On, upload_max_files...
- Wed Sep 23, 2020 7:43 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Configure Database
Configure MariaDB / MySQL In this scenario, a dedicated and general-purpose database server already exists and it will be used to hold the application's database. Connect to the database server using PuTTY. Type the following commands: mysql -u root -p Enter password: rootpass CREATE DATABASE cumul...
- Wed Sep 23, 2020 7:38 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
Server OS Install
Installation of Database Server This documentation will assume you have installed a separate and dedicated database server according to this article: How To Install MariaDB Installation of Ubuntu Server This documentation will assume you have installed Ubuntu Server according to this article: How t...
- Wed Sep 23, 2020 7:37 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 7225
How to install CumulusClips on Ubuntu Server 20.04 LTS
Greetings and salutations, I hope this thread will be helpful to those who follow in my foot steps as well as getting any advice based on what I have done / documented. To discuss this thread, please participate here: Ubuntu Forums High-level overview This thread will cover installation of a dedicat...
- Fri Sep 11, 2020 9:38 pm
- Forum: Tutorials
- Topic: Xataface PHP Front-End to MySQL/MaraDB Database
- Replies: 7
- Views: 7519
SQL Troubleshooting
Web Error Log The web error log will typically hold all the information you need to track down problems. On Ubuntu using Apache, the log file will be located here: /var/log/apache2/ fqdn -error.log To see the errors displayed live while browsing, use the tail command to view the end of the log but ...
- Wed Sep 09, 2020 6:12 pm
- Forum: Tutorials
- Topic: Xataface PHP Front-End to MySQL/MaraDB Database
- Replies: 7
- Views: 7519
Visual Customization
Visual Customization Reference Articles: Getting Started: Changing the look and feel Xataface Customization Tutorial Custom Logo Let's create a logo image and name it "logo.png" and in this example, the logo happens to be 183 pixels wide by 50 pixels high. Now modify (or create) an Application Dele...
- Wed Sep 09, 2020 2:26 pm
- Forum: Tutorials
- Topic: Xataface PHP Front-End to MySQL/MaraDB Database
- Replies: 7
- Views: 7519
Web site structure
Image Table /var/www/fqdn/house/tables/tbl_image/fields.ini [__global__] visibility:browse = visible visibility:csv = visible visibility:find = visible visibility:list = visible visibility:update = hidden [fieldgroup:Primary] section:order = 1 order = 1 label = "Primary Fields" [fieldgroup:Secondar...
- Sun Sep 06, 2020 3:55 pm
- Forum: Tutorials
- Topic: Xataface PHP Front-End to MySQL/MaraDB Database
- Replies: 7
- Views: 7519
Web site structure
Web site structure Now lets create the necessary files and folders to customize the interface that is presented. cd /var/www/fqdn/house mkdir templates_c mkdir -p tables/tbl_asset mkdir -p tables/tbl_box mkdir -p tables/tbl_family/Filename mkdir -p tables/tbl_image/Filename mkdir -p tables/tbl_skil...