View previous topic :: View next topic |
Author |
Message |
.:deadhead:. Advocate


Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
Posted: Thu Aug 12, 2004 10:55 am Post subject: [HOWTO] Installare Screem |
|
|
[Howto] Installare Screem 0.12.0 [stable]
updated @ 29-10-04 - new version, renamed ebuild, nothing more
updated @ 21-10-04 - Removed 10.2-r1 and updated to 0.11.7
updated @ 18-9-04 - ebuild moved from net-www to dev-util
updated @ 31-8-04 - Small visual/code fixes
created @ 12-8-04
Screem è uno spettacolare html/php/quel_che_volete editor basato su GTK.
I suoi punti di forza?
- Interfaccia chiara e pulita
- Code completion
- templates
E' un progetto giovane e non esente da bugs, nonostante ciò già ne si possono apprezzare le potenzialità.
L'ebuild ufficiale è fermo alla versione 0.6.2 , ma se volete provare l'ultima versione stabile, accomodatevi pure, ne vale la pena!
Ingredienti:
un editor di testo
l'ebuild
essere root
Let's go:
Essendo questo un ebuild non ufficiale lo metteremo nella nostra cartella portage overlay. Se non l'avete mai creata basterà prima definire in /etc/make.conf la variabile PORTDIR_OVERLAY. Ad esempio:
Code: | PORTDIR_OVERLAY="/usr/local/portage/" |
Poi create la cartella /usr/local/portage/ Code: | # mkdir /usr/local/portage | ed infine la cartella per il nostro ebuild Code: | # mkdir -p /usr/local/portage/dev-util/screem |
Ora salviamo l'ebuild come screem-0.12.0.ebuild nella cartella /usr/local/portage/dev-util/screem.
Ora dovremo aggiungere al file Code: | /etc/portage/packages.keywords | le seguenti righe per dire a portage che vogliamo usare la versione di testing di screem, che si appoggia a 2 pacchetti, anch'essi masked. Code: | =dev-util/screem ~x86
>=gnome-base/gnome-vfs-2.8.0
>=sys-apps/dbus-0.22 | Se il suddetto file e cartella non esistono, beh createli .
Se avete fatto per bene dovreste avere un output del genere: Code: | # emerge -upDv screem
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] dev-util/screem-0.12.0 -debug +ssl +zlib [1]
Total size of downloads: 0 kB
Portage overlays:
[1] /usr/local/portage |
Adesso siamo pronti per installare Screem
Code: | # ebuild screem-0.12.0.ebuild digest | per scaricare il file e generarne il digest
Code: | # FEATURES="-sandbox" emerge -uDv screem | per l'installazione vera e propria.
Mi raccomando le variabili FEATURES prima del comando emerge, altrimenti avrete un bel po' di errori e l'installazione non andrà a buon fine.
That's all folks. _________________ Proudly member of the Gentoo Documentation Project: the Italian Conspiracy !
Last edited by .:deadhead:. on Fri Oct 29, 2004 7:50 pm; edited 23 times in total |
|
Back to top |
|
 |
solka Apprentice


Joined: 25 Jun 2003 Posts: 287 Location: Torino - ITA
|
Posted: Thu Aug 12, 2004 11:18 am Post subject: |
|
|
Thanks per l'HOWTO, sto installando screem or ora.
Ti faccio solo notare dei typo, hai più volte scritto
Quote: |
/usr/local/portagenet-www/
|
invece di
Quote: |
/usr/local/portage/net-www/
|
Ciao  _________________ "The only reason of the man's sadness
is that he can't stay peacefully in his room."
Blaise Pascal |
|
Back to top |
|
 |
Raffo Veteran


Joined: 23 Apr 2004 Posts: 1019 Location: Berlin
|
Posted: Thu Aug 12, 2004 11:41 am Post subject: |
|
|
occhio che la dir net-www sta per essere tolta!!  |
|
Back to top |
|
 |
.:deadhead:. Advocate


Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31527 Location: here
|
Posted: Sat Aug 14, 2004 9:50 am Post subject: |
|
|
Aggiunto haio post utilissimi _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
.:deadhead:. Advocate


Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
 |
Cagnulein l33t


Joined: 18 Sep 2003 Posts: 861 Location: Modena, Italy
|
Posted: Sat Aug 14, 2004 10:27 am Post subject: |
|
|
funziona tutto!
sarebbe bello cmq modificare tutto l'howto con la correzione in dev-util  |
|
Back to top |
|
 |
.:deadhead:. Advocate


Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
 |
n3m0 l33t


Joined: 08 Feb 2004 Posts: 798 Location: Richville, Naples, Italy, Europe
|
Posted: Sat Aug 14, 2004 11:14 am Post subject: Re: [HOWTO] Installare Screem |
|
|
.:deadhead:. wrote: | Adesso siamo pronti per installare Screem Code: | # FEATURES="-sandbox -userpriv" emerge -uDv screem | Mi raccomando le variabili FEATURES prima del comando emerge, altrimenti avrete un bel po' di errori e l'installazione non andrà a buon fine.
Appena finito di scaricare il file tar.gz portage si bloccherà con questi 2 errori Code: | --- No package manifest found: /usr/local/portage/net-www/screem/Manifest
!!! No package digest file found: /usr/local/portage/net-www/screem/files/digest-screem-0.11.3b
!!! Type "ebuild foo.ebuild digest" to generate it. | Il primo più che un errore è un avviso, non blocca nulla, è il secondo l'errore. Ma vi basterà digitare Code: | # ebuild screem-0.10.2-r1.ebuild digest | per generare il digest del file e risolvere. Adesso ridate pure Code: | # FEATURES="-sandbox -userpriv" emerge -uDv screem | e completerete l'installazione. |
Direi che sarebbe stato meglio suggerire di fare il digest prima di fare l'emerge, ovvero:
Sostituire gli step:
1. FEATURES="-sandbox -userpriv" emerge -uDv screem
2. beccati l'errore/warning
3. ebuild screem-0.10.2-r1.ebuild digest
4. FEATURES="-sandbox -userpriv" emerge -uDv screem
con questi altri step:
1. ebuild screem-0.10.2-r1.ebuild digest (se il pacchetto non c'è, viene scaricato prima di fare il digest)
2. FEATURES="-sandbox -userpriv" emerge -uDv screem
o addirittura con:
1. FEATURES="-sandbox -userpriv" emerge --digest screem _________________ Lenergia è la civiltà. Lasciarla in mano ai piromani/petrolieri è criminale. Perché aspettare che finisca il petrolio?
Letà della pietra non è mica finita per mancanza di pietre. - B.G.
Site/Blog: http://www.neminis.org |
|
Back to top |
|
 |
.:deadhead:. Advocate


Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
Posted: Sat Aug 14, 2004 11:40 am Post subject: Re: [HOWTO] Installare Screem |
|
|
n3m0 wrote: | 1. ebuild screem-0.10.2-r1.ebuild digest (se il pacchetto non c'è, viene scaricato prima di fare il digest)
2. FEATURES="-sandbox -userpriv" emerge -uDv screem |
Grazie per il suggerimento, ho corretto  _________________ Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! |
|
Back to top |
|
 |
.:deadhead:. Advocate


Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
 |
luca82 Guru


Joined: 22 Oct 2003 Posts: 306 Location: Somewhere Between Heaven and Hell
|
Posted: Wed Dec 29, 2004 11:45 am Post subject: |
|
|
Una volta installata la versione 0.12, se provo ad avviarla mi segnala questo errore:
Code: | Screem was unable to locate one of its files.
The default configuration could not be found, this means that screem doesn't appear to have been installed correctly and can not continue. If you have just installed screem then try restarting gconfd. |
Qualche idea? |
|
Back to top |
|
 |
.:deadhead:. Advocate


Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
 |
luca82 Guru


Joined: 22 Oct 2003 Posts: 306 Location: Somewhere Between Heaven and Hell
|
Posted: Wed Dec 29, 2004 1:24 pm Post subject: |
|
|
Io ho usato la versione 0.12 fixed, ma mi restituisce l'errore quando provo ad avviare screem... |
|
Back to top |
|
 |
luca82 Guru


Joined: 22 Oct 2003 Posts: 306 Location: Somewhere Between Heaven and Hell
|
Posted: Wed Dec 29, 2004 1:55 pm Post subject: |
|
|
Ho notato che screem partiva come root mentre da utente dava l'errore di gconf.
Ho risolto lanciando questo comando da utente
Code: | gconftool-2 --install-schema-file=/etc/gconf/schemas/screem.schemas |
ora funziona. Ciao |
|
Back to top |
|
 |
|