Submitted by warp on Sat, 05/04/2013 - 10:21
Could you help me please, i must install a SQLite database on a website, do you have a simple process?
Thank you in advance,
Status:
Active
Could you help me please, i must install a SQLite database on a website, do you have a simple process?
Thank you in advance,
Comments
Submitted by andreychek on Sat, 05/04/2013 - 10:27 Comment #1
Howdy -- one way to do that is by installing the Virtualmin sqlite module.
Which distro/version are you using?
Submitted by warp on Sat, 05/04/2013 - 10:39 Comment #2
thank you for your quick reply
I use SQLite 3
Submitted by warp on Sat, 05/04/2013 - 10:44 Comment #3
And y virtualmin release is:
Webmin version 1.620 Virtualmin version 3.99 Pro
Submitted by andreychek on Sat, 05/04/2013 - 10:45 Comment #4
What Linux distribution and version do you have on your server?
That's usually something like CentOS, Ubuntu, or Debian.
Submitted by warp on Sat, 05/04/2013 - 11:35 Comment #5
I have CentOS 6.4
Submitted by andreychek on Sat, 05/04/2013 - 11:42 Comment #6
Okay, what you can do is log into your server over SSH as root.
Once you do that, run this command:
wbm-virtualmin-sqlite
Then, go into System Settings -> Features and Plugins, and make sure the sqlite module is enabled in Virtualmin.
Once it's enabled in Virtualmin, you can then add that feature to a domain by going into Edit Virtual Server -> Enabled Features, and enabling the sqlite feature for that Virtual Server.
Submitted by warp on Sat, 05/04/2013 - 11:49 Comment #7
Ok but when i enter the command : wbm-virtualmin-sqlite i have an error
-bash: wbm-virtualmin-sqlite : command not found
Submitted by andreychek on Sat, 05/04/2013 - 11:52 Comment #8
Nuts, I'm sorry, I got the command wrong... it should be this:
yum install wbm-virtualmin-sqlite
Submitted by warp on Sat, 05/04/2013 - 11:58 Comment #9
Thank you very much, it's now Okay !!
Best regards