initial import
This commit is contained in:
Executable
BIN
Binary file not shown.
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Icon[en_US]=gnome-panel-launcher
|
||||
Name[en_US]=Clipping Station
|
||||
Exec="/usr/local/bin/Clipping Station"
|
||||
Name=Clipping Station
|
||||
Icon=/usr/share/icons/hicolor/32x32/apps/socialhose.png
|
||||
@@ -0,0 +1,44 @@
|
||||
[master database]
|
||||
server=10.0.0.17 ;url for the database
|
||||
port=3306
|
||||
database=socialhose
|
||||
uid=socialhose
|
||||
pwd=iw2blm
|
||||
|
||||
[slave database]
|
||||
server=10.0.0.17 ;url for the database
|
||||
port=3306
|
||||
database=socialhose
|
||||
uid=socialhose
|
||||
pwd=iw2blm
|
||||
|
||||
[ocr database]
|
||||
server=10.0.0.19 ;url for the database
|
||||
port=3306
|
||||
database=emsOCR
|
||||
uid=socialhose
|
||||
pwd=iw2blm
|
||||
|
||||
|
||||
[ftp access]
|
||||
useftp=0 ;if set to 0, then no ftp will be used, otherwise, ftp upload is the default
|
||||
server=localhost
|
||||
port=21
|
||||
username=aa
|
||||
password=aq19911
|
||||
|
||||
[shortcuts]
|
||||
Clip=Ctrl+S
|
||||
Preclip=Ctrl+D
|
||||
AddPage=Ctrl+A
|
||||
NextPage=Ctrl+E
|
||||
PreviousPage=Ctrl+W
|
||||
|
||||
[debug mode]
|
||||
debug=off
|
||||
|
||||
[preclip mode]
|
||||
preclip=off
|
||||
|
||||
[time limit]
|
||||
limit=600
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1 @@
|
||||
//10.0.0.8/filestow /mnt/filestow cifs rw,user,auto,exec,uid=ALLCONTENT,gid=staff,username=ems,password= 0 0
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp socialhose.png /usr/share/icons/hicolor/32x32/apps
|
||||
cp "Clipping Station.desktop" ~/Desktop/
|
||||
cp "Clipping Station" /usr/local/bin/
|
||||
cp socialhose.ini /etc/
|
||||
apt-get -y install libqt4-sql-mysql
|
||||
mkdir /mnt/filestow
|
||||
cat fstab.txt >> /etc/fstab
|
||||
mount /mnt/filestow
|
||||
ln -s /mnt/filestow/clippings /clippings
|
||||
ln -s /mnt/filestow/Issues /Issues
|
||||
Reference in New Issue
Block a user