mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
mimemagic frozen spec =0.3.4 (pure ruby)
This commit is contained in:
parent
f2d5305fe0
commit
28db762543
7 changed files with 2 additions and 1 deletions
BIN
System/Databases/Content.gxg
Normal file
BIN
System/Databases/Content.gxg
Normal file
Binary file not shown.
BIN
System/Databases/Reference.gxg
Normal file
BIN
System/Databases/Reference.gxg
Normal file
Binary file not shown.
BIN
System/Databases/Software.gxg
Normal file
BIN
System/Databases/Software.gxg
Normal file
Binary file not shown.
BIN
System/Databases/default.gxg
Normal file
BIN
System/Databases/default.gxg
Normal file
Binary file not shown.
|
|
@ -9,6 +9,7 @@ if [:ubuntu, :debian, :mint, :linux, :linuxmint].include?(::GxG::BOOTSTRAP[:envi
|
||||||
system("sudo apt-get install build-essential libssl-dev ruby2.5-dev libsqlite3-dev libmysqlclient-dev libpq-dev libzmq5 libzmq3-dev")
|
system("sudo apt-get install build-essential libssl-dev ruby2.5-dev libsqlite3-dev libmysqlclient-dev libpq-dev libzmq5 libzmq3-dev")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
system("sudo jgem install #{(::File.dirname(__FILE__) << "/seeds/mimemagic-0.3.4.gem")}")
|
||||||
system("sudo jgem install #{(::File.dirname(__FILE__) << "/seeds/gxg-framework-current.gem")}")
|
system("sudo jgem install #{(::File.dirname(__FILE__) << "/seeds/gxg-framework-current.gem")}")
|
||||||
if RUBY_ENGINE == "jruby"
|
if RUBY_ENGINE == "jruby"
|
||||||
# Load base requirements:
|
# Load base requirements:
|
||||||
|
|
@ -30,7 +31,7 @@ if RUBY_ENGINE == "jruby"
|
||||||
system("sudo systemctl daemon-reload")
|
system("sudo systemctl daemon-reload")
|
||||||
system("sudo systemctl enable gxg")
|
system("sudo systemctl enable gxg")
|
||||||
system("sudo systemctl daemon-reload")
|
system("sudo systemctl daemon-reload")
|
||||||
puts "Now type ./setup.rb to complete the installation."
|
puts "Now type 'sudo -u www-data ./setup.rb' to complete the installation."
|
||||||
else
|
else
|
||||||
# no-op
|
# no-op
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
seeds/mimemagic-0.3.4.gem
Normal file
BIN
seeds/mimemagic-0.3.4.gem
Normal file
Binary file not shown.
Loading…
Reference in a new issue