Re: [Archivesspace_Users_Group] Create directories for branding resources?

2022-06-10 Thread James Bullen

Hi,

If you want it in the  then you can include a file called 
public/views/layout_head.html.erb. This file will be included in the head. This 
has the advantage of avoiding having to override a template.


Cheers,
James


> On Jun 11, 2022, at 12:59 AM, Rees, John (NIH/NLM) [E] 
>  wrote:
> 
> Kyle,
>  
> We stick ours in /local/public 
> /views
>  
> /layouts
>  
> /application.html.erb
>  
> https://github.com/John-Rees/nlm-aspace-customizations/blob/main/public/views/layouts/application.html.erb
>  
> 
>  
>  
> John P. Rees
> Archivist and Digital Resources Manager
> History of Medicine Division
> National Library of Medicine
> 301-827-4510
> Teleworking M-F 8:00AM – 4:30PM Eastern Time each day until further notice
>  
>  
>  
> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
>  
>  > On Behalf 
> Of Kyle Breneman
> Sent: Friday, June 10, 2022 10:24 AM
> To: Archivesspace Users Group 
>  >
> Subject: [EXTERNAL] Re: [Archivesspace_Users_Group] Create directories for 
> branding resources?
>  
> Dear James,
>  
> Yes, this is very helpful!  Thank you for taking the time to reply to my 
> question. 
>  
> I’ve now got my branding changes in place under the /local plugin directory.
>  
> How do I go about including our Google Tag Manager tracking snippet?  I need 
> to insert code in the  of each page, and also right after the opening 
>  tag.  Should that also be done via the /local plugin files?  If so, 
> which file(s)?  I couldn’t find documentation on this.
>  
> Regards,
>  
> Kyle Breneman
> Integrated Digital Services Librarian
> The University of Baltimore
> kbrene...@ubalt.edu 
> I believe in freedom of thought and
> freedom of speech. Do you?
>  
> From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
>  
>  > On Behalf 
> Of James Bullen
> Sent: Thursday, June 9, 2022 7:49 PM
> To: Archivesspace Users Group 
>  >
> Subject: Re: [Archivesspace_Users_Group] Create directories for branding 
> resources?
>  
> [EXTERNAL EMAIL: This message originated from a non-UBalt email system. Hover 
> over any links before clicking and use caution when opening attachments.]
>  
>  
> Hi Kyle, 
>  
> Those directions are written assuming you’re working on a development 
> instance. When you’re running from a distribution the file paths referred to 
> are contained in war files, so you don’t see them.
>  
> You do not need to create public/app/views/shared/_header.html.erb - that 
> exists within wars/public.war
>  
> To override that file you would place your new version in 
> plugins/yourplugin/public/views/shared/_header.html.erb
>  
> Hope that helps.
>  
>  
> Cheers,
> James
>  
>  
> 
> On Jun 10, 2022, at 3:05 AM, Kyle Breneman  > wrote:
>  
> I’m trying to follow these directions 
> 
>  for customizing our ArchivesSpace 3.2.0 instance.
>  
> While the directions clearly state that some/all of the directories in the 
> path to store a branding image will need to be created, I was not expecting 
> to need to create the public/app/views/shared/_header.html.erb file, or those 
> directories, yet they do not seem to exist in my installation (below). Should 
> I proceed to create these directories, along with the _header.html.erb file?
>  
> 
>  
> Kyle Breneman
> Integrated Digital Services Librarian
> The University of Baltimore
> kbrene...@ubalt.edu 
> I believe in freedom of thought and
> freedom of speech. Do you?
>  
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org 
> 
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group 
> 

Re: [Archivesspace_Users_Group] Setting AS and Solr to just keep running?

2022-06-10 Thread Tom Hanstra
Few questions related to Linux are "super basic". And most, including this
one, are answered with "it depends".

If you can contact me directly with info on the version of Linux and how
you currently start solr and archivesspace, I can probably help you get
things set up as you are hoping.

Tom

On Fri, Jun 10, 2022 at 11:48 AM Sarah Frieldsmith <
sfrieldsm...@sandiego.edu> wrote:

> I know this is a super basic question and more related to my lack of linux
> knowledge than AS itself
>
> How do I get archivesspace and solr to just keep running? I can start them
> both manually. I did ask our server guys and they pointed to a github
> solution and, well, I am still lost.
>
> Singing "just keep running, just keep running" isn't working :P
>
> *SARAH FRIELDSMITH*
> *Systems Librarian*
> University of San Diego
> 5998 Alcalá Park
> San Diego, CA 92110-2492
> (619) 260-4776
> sfrieldsm...@sandiego.edu
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>


-- 
*Tom Hanstra*
*Sr. Systems Administrator*
hans...@nd.edu
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


[Archivesspace_Users_Group] Setting AS and Solr to just keep running?

2022-06-10 Thread Sarah Frieldsmith
I know this is a super basic question and more related to my lack of linux
knowledge than AS itself

How do I get archivesspace and solr to just keep running? I can start them
both manually. I did ask our server guys and they pointed to a github
solution and, well, I am still lost.

Singing "just keep running, just keep running" isn't working :P

*SARAH FRIELDSMITH*
*Systems Librarian*
University of San Diego
5998 Alcalá Park
San Diego, CA 92110-2492
(619) 260-4776
sfrieldsm...@sandiego.edu
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Create directories for branding resources?

2022-06-10 Thread Kyle Breneman
Dear James,

Yes, this is very helpful!  Thank you for taking the time to reply to my 
question.

I’ve now got my branding changes in place under the /local plugin directory.

How do I go about including our Google Tag Manager tracking snippet?  I need to 
insert code in the  of each page, and also right after the opening  
tag.  Should that also be done via the /local plugin files?  If so, which 
file(s)?  I couldn’t find documentation on this.

Regards,

Kyle Breneman
Integrated Digital Services Librarian
The University of Baltimore
kbrene...@ubalt.edu
I believe in freedom of thought and
freedom of speech. Do you?

From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 On Behalf Of James 
Bullen
Sent: Thursday, June 9, 2022 7:49 PM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Create directories for branding 
resources?

[EXTERNAL EMAIL: This message originated from a non-UBalt email system. Hover 
over any links before clicking and use caution when opening attachments.]


Hi Kyle,

Those directions are written assuming you’re working on a development instance. 
When you’re running from a distribution the file paths referred to are 
contained in war files, so you don’t see them.

You do not need to create public/app/views/shared/_header.html.erb - that 
exists within wars/public.war

To override that file you would place your new version in 
plugins/yourplugin/public/views/shared/_header.html.erb

Hope that helps.


Cheers,
James



On Jun 10, 2022, at 3:05 AM, Kyle Breneman 
mailto:kbrene...@ubalt.edu>> wrote:

I’m trying to follow these 
directions
 for customizing our ArchivesSpace 3.2.0 instance.

While the directions clearly state that some/all of the directories in the path 
to store a branding image will need to be created, I was not expecting to need 
to create the public/app/views/shared/_header.html.erb file, or those 
directories, yet they do not seem to exist in my installation (below). Should I 
proceed to create these directories, along with the _header.html.erb file?



Kyle Breneman
Integrated Digital Services Librarian
The University of Baltimore
kbrene...@ubalt.edu
I believe in freedom of thought and
freedom of speech. Do you?

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group