wallabag-install v1.0

Cette révision appartient à :
Josh Mudge 2018-04-02 19:47:26 -06:00
révision b1f864b304
3 fichiers modifiés avec 25 ajouts et 0 suppressions

14
LICENSE.txt Fichier normal
Voir le fichier

@ -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 Fichier normal
Voir le fichier

@ -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 Fichier normal
Voir le fichier

@ -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