My work team is requesting the installation of Specify 7 on a cloud server.
We have a virtual machine running Ubuntu Server.
We are trying to install Specify 7, but there is no extensive documentation.
This has caused a lot of difficulty in proceeding with the project to include Specify in our community.
I kindly ask this community for a video explaining how to install Specify 7, step by step.
Members have access to a repository with instructions on deployment and installation. If you are a member, you can contact support@specifysoftware.org with your GitHub username!
If you are not a member, we have instructions available on GitHub wiki for deploying Docker instances for development. If you would like to use these in production, you will need to modify these instructions to suit your needs.
In fact, I donât have the concept of installing software through docker in my study history.
To perform the installation, I need the information chewed.
Our community doesnât have the money to keep the computers running, let alone pay $1,000 a year on a project that may not meet our needs.
To know if Specify meets our demands, we need to test Specify 7 on our server, then train our community in the use of this tool.
There is absolutely no material from the Specify studies in our Portuguese language.
The more popular the tool, the greater the amount of study content and membership.
Iâd be grateful if any kind soul could provide a video explaining how to install Specify 7 on Ubuntu Server.
I followed the generic installation but I wonder why the âmakeâ command produces an error, do I need to install npm packages and build the webpack for frontend. I canât find any instruction on specify github documentation with regards this technical issue.
I try setting up using Multipass of UBUNTU VM, demonstrated under windows 10. The specify6 works well in windows were it is connected to VM (running on ubuntu OS 20.04 with mariadb server ). Moreover, the VM is everything compiled in fact when I access the VM physical IP address in to windows using CHROME this seems everything is return 200 except that the STATIC files is not able to LOCATE and thatâs the reason I got blank web page.
I belive this is a bug with the development server. Since the development server is rarely used outside of our dev team, fixing this bug was not high priority.
A good workaround for this bug is to make any change to any .ts file in the Specify 7 source code, save changes and then revert the change. That will trigger a front-end rebuild, which will generate the static files (keep an eye out for the logs in the webpack container)
After few hours of troubleshooting it is exactly same compiled results in the logs (webpack) so I decided to go further on SETTINGS, I found out that in debug.py as mention in the docs it is DEBUG = True, while mine was Debug = True. Thanks again, everything is ok for now.
GRANT SELECT, INSERT, UPDATE, DELETE, LOCK TABLES ON DatabaseName.* TO âMasterUsernameâ@âClientIpAddressRangeâ IDENTIFIED BY âMasterUserPasswordâ;
GRANT ALL PRIVILEGES ON . TO ârootâ@âYourWorkstationIPAddressâ IDENTIFIED BY âRootPasswordâ WITH GRANT OPTION;