Update default config path and bump pkgrel
This commit is contained in:
parent
44e13f3831
commit
be498bfb84
3 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = wallabag
|
pkgbase = wallabag
|
||||||
pkgdesc = Self hostable application for saving web pages
|
pkgdesc = Self hostable application for saving web pages
|
||||||
pkgver = 1.7.2
|
pkgver = 1.7.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://www.wallabag.org/
|
url = http://www.wallabag.org/
|
||||||
install = wallabag.install
|
install = wallabag.install
|
||||||
arch = any
|
arch = any
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=wallabag
|
pkgname=wallabag
|
||||||
pkgver=1.7.2
|
pkgver=1.7.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Self hostable application for saving web pages'
|
pkgdesc='Self hostable application for saving web pages'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://www.wallabag.org/'
|
url='http://www.wallabag.org/'
|
||||||
|
|
|
@ -8,7 +8,7 @@ post_install() {
|
||||||
- Initialize the database:
|
- Initialize the database:
|
||||||
$ mysql -u root -p wallabag < /usr/share/webapps/wallabag/install/mysql.sql
|
$ mysql -u root -p wallabag < /usr/share/webapps/wallabag/install/mysql.sql
|
||||||
- Create a config file:
|
- Create a config file:
|
||||||
# cp /usr/share/webapps/wallabag/inc/poche/config.inc.php{.new,}
|
# cp /usr/share/webapps/wallabag/inc/poche/config.inc{.default,}.php
|
||||||
- Adjust your prefered STORAGE_SERVER (mysql, sqlite, postgres)
|
- Adjust your prefered STORAGE_SERVER (mysql, sqlite, postgres)
|
||||||
- Set the database credentials: STORAGE_SERVER, STORAGE_DB, STORAGE_USER, STORAGE_PASSWORD
|
- Set the database credentials: STORAGE_SERVER, STORAGE_DB, STORAGE_USER, STORAGE_PASSWORD
|
||||||
- *Optional*: Adjust the SALT value in config.inc.php (it was autogenerated during install)
|
- *Optional*: Adjust the SALT value in config.inc.php (it was autogenerated during install)
|
||||||
|
|
Loading…
Reference in a new issue