How to install erpnext on Windows - mariadb

I have installed ERPNext on Ubuntu, now I have a specific requirement where I want to install it on Windows OS.
I have download the following Pre requisites.
1. Python 2.7
2. MariaDB
What is the correct procedure to install erpnext on windows. ?

ERPNext isn't compatible with Windows.
How ever you can install it in Windows using Virtual Machine
So
VM:
Install a Virtual Machine on Microsoft Windows
By following these instruction
After that follow these steps
Installation Steps:
Install WAMPserver from here
Install Python from here
Install Setup tools from here
Configure httpd.conf
Replace shebang lines to your python directory.
Run install.py
Good Luck

ERPNext isn't compatible with windows yet, as it uses some unix utilities.

You can do it using windows subsystem for linux and carry the steps of installing on linux in commandline of linux.

Related

Rstudio Installation on Ubuntu App windows 11 I get Black screen

I installed Rstudio from terminal of Ubuntu App of windows 11 (Windows subsystem for linux)
R version is R version 4.2.0 (2022-04-22)
R studio after installation
wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-2022.02.2-485-amd64.deb
sudo dpkg -i rstudio-2022.02.2-485-amd64.deb
sudo apt install -f
Then started rstudio (the menu above also flickers)
But I get like this
I am new to linux and R but I need to learn it for my course please if someone can help as i need to use R in linux
If I have to change any please help with steps i did all search in google everywhere didnt get solution please help

unable to install DPDK in Devstack(in Ubuntu 16.04 version)

I am trying to install Devstack with DPDK in Ubuntu 16.04. I have installed Devstack (Rocky version) in Ubuntu machine.
Reference link to install the devstack is mentioned below.
https://docs.openstack.org/devstack/latest/
Devstack was successfully installed. However, i am trying to validate DPDK in it.
When i check the status of both DPDK and openvswitch. It is showing the status of openvswitch alone.
Can anyone, please let me know how to install dpdk manually or along with Devstack?
I haven't tried devstack with ovs-dpdk, but if you are using ovs which is compiled with dpdk, then you can start from 'setup Hugepage' section in following doc manually:
http://docs.openvswitch.org/en/latest/intro/install/dpdk/
I also notice networking-ovs-dpdk plugin which can be used in devstack.
https://opendev.org/x/networking-ovs-dpdk/src/branch/master/doc/source/usage.rst

Rocket.Chat client for CentOS 6

Is it possible to compile Rocket.Chat client for CentOS 6?
Or can I already download it from somewhere?
Any documentation how can I compile Rocket.Chat client?
You can download rpm package for rocket.chat from here https://rocket.chat/download .And install it as rpm -i package_name.rpm.

How can I install qt5 to Debian using commandline?

I need to install Qt5 to my Debian using commandline. How can I do that?
My system:
debian 2.6.30-vortex86mx-yh
I am trying to install using qt online installer from qt-project.org.
But after ./qt.run I get this error:
libstdc++.so.6 version glibcxx_3.4.11 not found
I try to install libstdc++6. but Debian said it is already newest version.
cat /etc/issue result is:
Debian 5.0
Also my debian has no gui. I have to do it using commandline.
Try this command for installing from default debian 5 repository:
#apt install g++
#apt install qtcreator
#apt install qtdeclarative5-dev
You should be able to run the qt-installer in a decent debian version. Get Version by:
cat /etc/issue
On older versions or "unsupported" versions you can still download the sources and build the libraries yourself, which is probably your way to go, since the vortex86-builds are pretty limited in compiler flags. Compiling is rather easy, depending on your needs. The configure script itself gives you a lot of hints regarding possible flags.
Another alternative is to find a user-managed repository that has QT5 for your debian version and add this repository to your sources.lst, so you could perform a apt-get install libqt5.

Glassfish updatetool linux 64 bit issue

I am trying to run glassfish updatetool my in Ubuntu 12.04 x64. When I run the program it gives me following error.
---------------------------------------------------------------
There was an error running
/home/mrmrumman/glassfish3/updatetool/bin/../../pkg/python2.4-minimal/bin/python
You are running on a 64 bit Linux distribution and the 32 bit Linux
compatibility libraries do not appear to be installed. In order to use
the Update Center tools you must install the 32 bit compatibility libraries.
On Ubuntu (and possibly other Debian based systems) please install the
ia32-libs package. On RedHat 4 (and other RPM based systems), you may
need to add multiple 'compat' runtime library packages. Please see the
Update Center Release Notes for more information
I already install this package still it doesn't work. What can I do?
You also need to install 32 bit version of libjpeg.so.62 .
You can do so by running this command
sudo apt-get install libjpeg62:i386
Source : https://java.net/projects/updatecenter/lists/dev/archive/2012-05/message/0
For glassfish4 on ubuntu 12.04 x64 make sure you have the recommended updates for precise ticked in Settings of Update Manager, then
sudo apt-get install ia32-libs
This is not quite enough though because the pkg command looks for those libs in the wrong directories for the ubuntu installation. Help it find them with this command
sudo ln -s /lib/i386-linux-gnu /usr/lib32
Then the pkg command should work fine.

Resources