Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakurre/jyy-luomuruokapiiri
https://github.com/datakurre/jyy-luomuruokapiiri
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datakurre/jyy-luomuruokapiiri
- Owner: datakurre
- Created: 2015-08-27T12:44:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T12:44:04.000Z (over 9 years ago)
- Last Synced: 2024-10-15T17:44:20.111Z (3 months ago)
- Language: PHP
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Ruokapiiri -tilausjärjestelmä
=============================Ruokapiiri on avoimen lähdekoodin (GPL) tilausjärjestelmä, joka on kehitetty
alun perin JYYn luomuruokapiirin käyttöön.Ruokapiiristä ei ole tehty uutta asennusta vuosikausiin, joten nämäkin niukat
ohjeet ovat todennäköisesti vanhentuneet.Asennusohjeita
--------------# Lataa Ruokapiiri-lähdekoodi (sis. PHP Text DB API)
svn checkout http://ruokapiiri.googlecode.com/svn/trunk/ ruokapiiri# Korjaa tiedostoon ruokapiiri/.htaccess oma RewriteBase-polku
sed -i "s/ruokapiiri/oma\/polku/" ruokapiiri/.htaccess# Myönnä Apache-prosessille kirjoitusoikeus tietokantahakemistoon
chmod a+w ruokapiiri/database/# Asenna PEAR ja vaaditut paketit (ks. versiot ./PEAR/README)
cd ruokapiiri && wget http://pear.php.net/go-pear
php go-pear# The following PEAR packages are bundled with PHP: PEAR_Frontend_Web-beta,
# PEAR_Frontend_Gtk2, MDB2.
# Would you like to install these as well? [Y/n] : nrm go-pear
bin/pear install DB
bin/pear install Auth
bin/pear install channel://pear.php.net/Validate-0.8.3
bin/pear install http://phptal.org/latest.tar.gz
pear channel-discover pear.michelf.com
bin/pear install channel://pear.michelf.com/MarkdownExtra# Takaisin alkuperäiseen hakemistoon
cd ..Huomioita PHP SAFE-MODEsta
---------------------------# tietokannan runko täytyy luoda mkdir:n ja touch:n avulla
# sivupohjien esikäännetyille versioille tarvitaan ./cache-hakemistoMuita huomioita
---------------"Options +FollowSymLinks +MultiViews" mahdollisesti pois .htaccess-tiedostosta