wallabag-install v1.0

このコミットが含まれているのは:
Josh Mudge 2018-04-02 19:47:26 -06:00
コミット b1f864b304
3個のファイルの変更25行の追加0行の削除

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