1106 shaares
7 results
tagged
selfhosted
selfhosted password manager
En GO. A tester, sûrement mieux que filebin qui nécessite mongodb.
Sous MIT.
Sous MIT.
"This script with install a local DNS server on you Linux computer, and will directly communicate with the root servers"
"Sharing recipe"
sudo apt-get install python-django python-django-common python-sqlparse python-tz python-django-south libnet-akismet-perl python-pil python-feedparser python-html5lib python-whoosh python-reportlab
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install django-disqus django-imagekit django-navbar django-profiles django-haystack django-taggit-templatetags django-registration django-relationships django-ratings django-grappelli
#Add 'imagekit' to your INSTALLED_APPS list in your project's settings.py
------------------------------------------------
Autre solution
sudo pip install virtualenv virtualenvwrapper mysql-python
export WORKON_HOME=~/Envs
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv openeats --no-site-packages
workon openeats
git clone https://github.com/qgriffith/OpenEats.git
mv OpenEats /path/to/server/openeats
virtualenv venv --distribute
source venv/bin/activate
sudo pip install -r OE2_Requirements.txt
./manage.py syncdb --all
./manage.py migrate --fake
./manage.py loaddata fixtures/navbar_about_data.json
./manage.py collectstatic
./manage.py runserver 8000
sudo apt-get install python-django python-django-common python-sqlparse python-tz python-django-south libnet-akismet-perl python-pil python-feedparser python-html5lib python-whoosh python-reportlab
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install django-disqus django-imagekit django-navbar django-profiles django-haystack django-taggit-templatetags django-registration django-relationships django-ratings django-grappelli
#Add 'imagekit' to your INSTALLED_APPS list in your project's settings.py
------------------------------------------------
Autre solution
sudo pip install virtualenv virtualenvwrapper mysql-python
export WORKON_HOME=~/Envs
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv openeats --no-site-packages
workon openeats
git clone https://github.com/qgriffith/OpenEats.git
mv OpenEats /path/to/server/openeats
virtualenv venv --distribute
source venv/bin/activate
sudo pip install -r OE2_Requirements.txt
./manage.py syncdb --all
./manage.py migrate --fake
./manage.py loaddata fixtures/navbar_about_data.json
./manage.py collectstatic
./manage.py runserver 8000
A voir si cela correspond à mon besoin pour mon améliorer mon projet de youtube2podcast sans passer par un répertoire temporaire.
Nota pour l'installation:
Added <IfModule mod_expires.c> and </IfModule> to the .htaccess file
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node # if error with grunt
sudo npm install --unsafe-perm
sudo grunt
sudo curl -sS https://getcomposer.org/installer | sudo php
sudo php composer.phar install
sudo apt-get install libavcodec-extra rtmpdump
Nota pour l'installation:
Added <IfModule mod_expires.c> and </IfModule> to the .htaccess file
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node # if error with grunt
sudo npm install --unsafe-perm
sudo grunt
sudo curl -sS https://getcomposer.org/installer | sudo php
sudo php composer.phar install
sudo apt-get install libavcodec-extra rtmpdump
via bloguelinux.ca, /r/selfhosted
"It supports standard protocols like VNC and RDP.
We call it clientless because no plugins or client software are required.
Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser."
"It supports standard protocols like VNC and RDP.
We call it clientless because no plugins or client software are required.
Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser."