Replies: 6 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I missed to publish my findings here. See issue #1104 #1105 och #1106 |
Beta Was this translation helpful? Give feedback.
-
And a new one in #1107 |
Beta Was this translation helpful? Give feedback.
-
Hi, guys! Awesome work, really! const pathToFile = _path.default.join(process.cwd(), "App_Data", Sorry, I'm a noob yet, but this path is needed, for the backend to work. |
Beta Was this translation helpful? Give feedback.
-
Hi, Jacob!
I'm running the NodeJS variant (new-backend,new-admin and new-client
variants) on Ubuntu 22.04.
My point was for the following instruction about compile and moving the
distro package of the backend in some www folder, where it will start:
https://github.com/hajkmap/Hajk/tree/master/new-backend#deploy
[image: image.png]
In this "Deploy" section it would be a good idea to mention moving the
App_data folder to the new location, where the backend /distro files have
been moved for production (for example ( /var/www/html/ ), because this
folder is outside. If we move /dist/* to /var/www/html/ , but App_data
is not moved, the backend will crash. :)
I hope this will help some new users that are not familiar with the server.
Have a nice day, I hope I explained it well.
Ivan
…On Wed, 31 Aug 2022 at 11:48, Jacob Wodzyński ***@***.***> wrote:
Hi! Thanks for the feedback!
Are you referring to the installation instructions
<https://github.com/hajkmap/Hajk/wiki/Installation-guide-%28for-pre-packaged-releases%29>?
They are specifically designed for the prepared releases (the ones that you
can download from the Release page, such as this one for 3.10
<https://github.com/hajkmap/Hajk/releases/tag/v3.10.0>).
If you download the NodeJS-edition and unzip you will find the App_Data
directory directly inside the root folder. So basically
cd hajk-[version-number]
node index.js
will get you going as the App_Data exists in hajk-[version-number].
But perhaps you refer to some other method such as launching in
development mode?
—
Reply to this email directly, view it on GitHub
<#1092 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANYXEXLMHH4CMAKVWXPWLATV34L5ZANCNFSM5W4354XA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
A fantastic release, full of new amazing features, is ready to be tested. Grab it at the release page and report your findings in this thread!
Beta Was this translation helpful? Give feedback.
All reactions