-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wikiprovements #606
Comments
Followed the procedure yesterday to install on an Ubuntu 14.04 LTS system. All works good, great explanation. However some link to the required versions could be benificial to newbies, like myself. |
Hi good clear instructions. We ran into an issue setting up and discovered it was due to firewall settings preventing connection to git (npm install -g adapt-cli was failing). The following command fixed it: git config --global url.https://github.com/.insteadOf git://github.com/ |
Thanks for the Clear instructions! Could you add a section on how to secure the webapplication using SSL (HTTPS) for future setups please? Thanks in advance |
Hi @JoelLatimernz we try to avoid documenting external processes and third-party software. Installing an SSL certificate is a pretty straightforward system admin task, and you'll be able to find various tutorials to do this. What I will do is see about adding a link out to some third-party documentation for future users :) |
@taylortom Thanks Tom, in the end, I secured the web app with our Firewalls web server. It would be useful to have a link to SSL 3rd party link and a link to 3rd party Windows Service https://www.npmjs.com/package/windows-service Thanks for your replies! :) |
Hello, When I follow your procedure on a windows 2012 server, and get to the final step of node install I get following: ERROR: fatal: To many arguments. Any idea how to troubleshoot this? FIXED: Do not create a folder in "Program Files" for this, it does not support the space :) |
Hello. First attempt to load today. All seemed to go well. When I run the last command "node server", I never see listening on port 5000 as the instructions indicate. All the other messages seem positive (scroll to bottom of below). I cannot reach the server on port 5000. Any thoughts? Cloned https://github.com/adaptlearning/adapt_framework.git successfully. Now we need to set up a 'Super Admin' account. This account can be used to manage everything on your app.productname instance.
Web application built successfully. Installation completed successfully, the application can now be started with 'node server'. [jbeaudoin@edu-docker01 adapt_authoring]$ node server |
Good day!
I made it all the way through steps 1, 2, and 3.
Anyway, when running "node server", I get the following warnings and errors:
Any suggestions on how to diagnose and fix this? |
@neuroticimbecile it looks like the install script has failed, I'd suggest running that again, and checking it completes successfully (you should see a message to confirm this). Closing this issue, as it only seems to be used for general debugging advice. |
Hi Tom,
Good day!
Thank you for your reply.
I'm sorry for posting an inappropriate message to the project's github
issues area.
May you please point us to a forum where these kinds of issues are
discussed?
Thank you very much.
Regards,
-eric
…On Thu, Oct 11, 2018 at 6:18 PM Tom Taylor ***@***.***> wrote:
Closed #606 <#606>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#606 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF7sMBmMPUtVrIKA76bCP6ZCBJ_D9B9pks5ujxr-gaJpZM4DybzN>
.
|
Hi Eric, The best place in the first instance is either the community tech forums, or in the adapt_authoring room on Gitter 😄 |
I'm sure there are lots of areas in the wiki that can be improved, as well as new pages that should be added. Please use this ticket to submit any suggestions.
Please submit each suggestion as a separate comment, so we can track them more easily.
plugins
folder?dml
?routes
folder (lang
in particular)frontend/src
nobuild
?frontend/src/core/app
The text was updated successfully, but these errors were encountered: