Skip to content

Commit

Permalink
it's time for a version bump yeeeehaaaw
Browse files Browse the repository at this point in the history
Signed-off-by: difegue <sugoi@cock.li>
  • Loading branch information
Difegue committed Apr 13, 2017
1 parent 2313e07 commit d12c1ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require 'functions/functions_index.pl';
require 'functions/functions_login.pl';

my $version = "v.0.3.7";
my $version = "v.0.3.8";
my $dirname = &get_dirname;

#Get all files in content directory and subdirectories.
Expand Down
2 changes: 1 addition & 1 deletion tools/DockerSetup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER dfug sugoi@cock.li
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y perl apache2 cpanminus make imagemagick perlmagick unar redis-server npm git
RUN cpanm CGI Switch Template Redis JSON::Parse CGI::Session File::ShareDir::Install CGI::Session::Driver::redis Image::Info IPC::Cmd LWP::Simple Digest::SHA URI::Escape Authen::Passphrase
RUN cpanm CGI Template Redis JSON::Parse CGI::Session File::ShareDir::Install CGI::Session::Driver::redis Image::Info IPC::Cmd LWP::Simple LWP::Protocol::https Digest::SHA URI::Escape Authen::Passphrase Switch

RUN npm install -g bower
RUN ln -s /usr/bin/nodejs /usr/bin/node
Expand Down
2 changes: 1 addition & 1 deletion tools/VagrantSetup/provisioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -rf /var/www/lanraragi
git clone https://github.com/Difegue/LANraragi.git /var/www/lanraragi
cd /var/www/lanraragi

cpanm -i CGI Template Redis JSON::Parse CGI::Session File::ShareDir::Install CGI::Session::Driver::redis Image::Info IPC::Cmd LWP::Simple Digest::SHA URI::Escape Authen::Passphrase
cpanm CGI Template Redis JSON::Parse CGI::Session File::ShareDir::Install CGI::Session::Driver::redis Image::Info IPC::Cmd LWP::Simple LWP::Protocol::https Digest::SHA URI::Escape Authen::Passphrase Switch
bower install --allow-root

cp /vagrant/000-default.conf /etc/apache2/sites-enabled/000-default.conf
Expand Down

0 comments on commit d12c1ce

Please sign in to comment.