mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-23 07:41:52 +00:00
Where JS is put
This commit is contained in:
parent
1874a755a9
commit
76f5ca3f45
@ -1,5 +1,12 @@
|
||||
Instructions for setting up new expo debian server/VM
|
||||
]
|
||||
|
||||
W says: Tue, Apr 23, 2024
|
||||
Javascript gets installed in /usr/share/javascript. You can find that out by asking dpkg: dpkg -S openlayers (or reading debian wiki for javascript packaging)
|
||||
If you use npm it just puts packages 'here' (i.e. in a node_packages dir in the current directory). I've been avoiding that so far.
|
||||
openlayers wasn't in the old prospecting map - that was just JPEGs. It was in the slippy map I never really got working properly. It's also in martin's map-app.
|
||||
But they were just examples of javascript packages.
|
||||
|
||||
|
||||
|
||||
=======
|
||||
See also http://expo.survex.com/handbook/troggle/serverconfig.html
|
||||
|
@ -1,3 +1,9 @@
|
||||
W says: Tue, Apr 23, 2024
|
||||
Javascript gets installed in /usr/share/javascript. You can find that out by asking dpkg: dpkg -S openlayers (or reading debian wiki for javascript packaging)
|
||||
If you use npm it just puts packages 'here' (i.e. in a node_packages dir in the current directory). I've been avoiding that so far.
|
||||
openlayers wasn't in the old prospecting map - that was just JPEGs. It was in the slippy map I never really got working properly. It's also in martin's map-app.
|
||||
But they were just examples of javascript packages.
|
||||
|
||||
adduser expo
|
||||
apt install openssh-server mosh tmux mc zile emacs-nox mc most ncdu
|
||||
apt install python-django apache2 mysql-server survex make rsync
|
||||
|
Loading…
Reference in New Issue
Block a user