Browse Source

wallabag-install v1.0

master
Josh Mudge 6 years ago
commit
b1f864b304
  1. 14
      LICENSE.txt
  2. 3
      README.md
  3. 8
      install.sh

14
LICENSE.txt

@ -0,0 +1,14 @@
Copyright 2018 Joshua Mudge
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

3
README.md

@ -0,0 +1,3 @@
# Wallabag Install Script
I was annoyed with the clunky install instructions / two seperate pages for Wallabag. I wrote a script to automate that process.

8
install.sh

@ -0,0 +1,8 @@
# Wallabag Install Script v1.0 by Joshua Mudge
# Ad Mejorem Dei Glorium
sudo apt-get install php php-curl php-dom php-gd php-xml php-bcmath php-mbstring php-fpm
git clone https://github.com/wallabag/wallabag.git
cd wallabag
curl -s https://getcomposer.org/installer | php
make install
Loading…
Cancel
Save