-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libssl -dev in Ubuntu 18.04 #108
Comments
Installation for Ubuntu 18.04 ONLY Plone dependencies
Download Plone 4.3 Unified Installer
Depending in the option used for the download, the installer would be in the ~/Downloads directory if the download has been done from the Plone site. If the second option rather used i.e, the wget command line, the installer should be downloaded into the current directory. Install Plone
Change to the extracted folder cd Plone-4.3.11-r1-UnifiedInstaller in your terminal, and run this next command to install Plone
where --target is the parameter used to specify the path to the installation folder, --with-python to add and build Python package from your system (python 2.7), and finally zeo is the option to install Plone as a Client-Server application. Plone requires Python2.7 to work. Run ./install.sh --help to get the full list of the available parameters and their meaning.
Install Baobab LIMS
Add to the section develop = the path to your version of Baobab LIMS and BIKA LIMS that should be already downloaded into your local machine. By convention it is preferable to put the source code in zeocluster/src of your Plone installation folder.
Add the following line to the buildout file. add it in the buildout section: index = https://pypi.python.org/simple/ because of the below warning.
In the [buildout] section add the below line.
It will also be useful to add the following lines to the bottom of the buildout.cfg file:
Save the file Check out the bika, baobab and graphite code bases from GitHub Change directory into zeocluster/src and run the git clone command from there.
[Links] below (https://github.com/BaobabLims/bika.lims.git) ###Additional packages will need to be added
Exit out of the src directory and back into the zeocluster directory and run the bin/buildout command. Buildout will download and install all the declared dependencies.
If you installed Plone as a root user i.e., using sudo, you should run the buildout command line with the user plone_buildout, this user is automatically created during the Plone installation:
Test your installation
To start a Plone client in debug mode, run this command:
If you installed Plone as a root user, you will need to use the following commands instead:
In your preferred browser, firefox or google chrome, run http://localhost:8080/ and start working with Baobab LIMS. Enjoy it! In production mode, other important tools need to be installed and configured, like Supervisorctl and nginx. The following article details the process to follow to add those tools cited before. With thanks to Banshee1221 for assistance |
NOTE: Please ensure that you have the correct permissions for the installation folder. Running this command will provide full permissions for the installation
|
So this is resolve. Will close it accordingly |
Error while installing Baobab LIms |
Several packages are not installed automatically in the eggs folder of buildout-cache like "collective.wtf |
Anyone made it work on ubuntu 22.04 ?? |
Problem with apt-get install zlib1g-dev libssl-dev libexpat1-dev libxslt1.1 libssl1.0-dev in Ubuntu 18.04
The following packages have unmet dependencies:
libssl-dev : Conflicts: libssl1.0-dev but 1.0.2n-1ubuntu5.3 is to be installed
libssl1.0-dev : Conflicts: libssl-dev but 1.1.0g-2ubuntu4.3 is to be installed
E: Unable to correct problems, you have held broken packages.
The text was updated successfully, but these errors were encountered: