-
Notifications
You must be signed in to change notification settings - Fork 135
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
installation steps #2
Comments
Hi Thanks for your interest in the project. I haven't maintained the code for a while so I cannot promise if everything still works. You can actually more or less deduct the steps needed by looking at the captain file: https://github.com/Eleven-Trading/TradeNote/blob/main/captain-definition Plese beware that you also need a Parse.com instance running as well as a PHP server with the different functions I've put in the files. I have a much cleaner and more developed version but I haven't open sourced it. as mentioned in the readme, I'l consider doing so if I see there is enough interest around this project. |
I'd love to see this and at least explore it. I'm still seeking a solution in this space... |
Ok, if I get 20 likes on this post, I'll create a custom group amongst which I'll do one of 2 things:
So, as I understand, @Kanchangk and @agrieco, you would be interested ? So don't hesitate to share along. PS : can you tell me why you are interested in this project ? is it because it's open source / free ? Because of the privacy ? Because you can run it ? because of the UX ? etc.... |
For me, 'Why' is (in this order): Free, Privacy, extensibility (because it is OSS). |
@7aklhz Thanks for prompt response and considering to share your project. |
Thanks. |
I am sure it will attract more and more people once they are actually able to use it. I mean, even I would have simply skipped the repo as I was not able figure out how to use it, but I decided to open a thread as I genuinely liked the project and wanted to take the chance of getting a reply :) |
I'm sure your right. Will see if I have time to reopen the GitHub. |
@Kanchangk, @agrieco : you've motivated me to reactivate the project ;). I'm about to push the new version. However, are you willing to help me out and test the step by step process and give me feedback ? I've never installed the project from zero so I want to make sure the explanation is clear and that I'm not missing an important step/issue and see what errors come up. |
Yep- as long as we're not installing on Windows. I'd love to see a docker install method. Im happy to work with you on translating what you have into a docker install. |
Well, it so happens, I did a docker build installation option ;) Happy to optimize it if possible: I wanted to create an image with env variables. However, as I'm not using any server, the only option seems to use the NGIX conf file. But that seemed a little bit complicated. Once I push, have a look and tell me if there is a solution to create and image and let people inject the variables as env variables |
Ok, I just commited the last version. It includes steps for building the project. It would be great if you could let me know your thoughts and check for errors |
Sounds good. I've been battling parse install. will follow up. apparently latest parse dashboard install has a known error ;-( parse-community/parse-dashboard#2196 |
Sorry to hear that. I'm using Caprover to install Parse and it worked well. |
The new alpha version has fix this issue |
@agrieco the compose file I am using ` parse: parse-dashboard:
` |
Hi @7aklhz after followed the installation steps(use the given docker file), I got some errors in the browser console, do I miss something? Uncaught (in promise) SyntaxError: "undefined" is not valid JSON |
It's probably normal cause I have not tasted the app with empty classes and for what it looks like the error comes from there. I will look into it as soon as possible and post an update |
@barretthugh : I removed dailyInfos for now, as it's a feature I have not used and developed extensively. I will get back to it later. So, try and pull now and see if you get the error/what other errors you get. |
when I access http://localhost:7777/register, it directs to http://localhost:7777/dashboard automatically, and shows the following error
the register was working yesterday |
@barretthugh: Is the user present in the Parse database ? Can you try to login using the same user and password as yesterday ? If not, clean your cache, session and local storage and create a new user via /register |
I deleted all contains(db, parse, parse dashboard and tradenote), rebuild tradenote image and run everything up(repeat the installation steps) Yes, there was no user in the database. after cleaning session and cache, the register works I am in now 😃 , but still getting errors |
Cool. What errors ? I presume they are related to the fact that in the step by step I told you to only create the Classes and not the columns. Can you try to add trades and see if the columns get automatically created and the errors disappear ? |
I am not using TradeZero, will test it with other data format, I have some python scripts and a redis server working with live data, so will try to convert my data to match tradeNote, or modify tradeNote to let it use my data :) for now, my goal is let tradeNote working in raspberry pi (parse-dashboard is not compatible with arm cpu) the errors I mentioned:
another thing, when I select 'demo account' in dashboard->filter, the page disappear, I have to clean session and cache again to let it work |
Hi @7aklhz can u provide some example data? Like trades, setups, entries? |
@barretthugh i will get back to you tomorrow on that |
@barretthugh : I just pushed a new repo with an example csv file of trades (with both short and long positions) (PS : do not bother with cash journal in your case).
|
Thanks, will get back to u |
@7aklhz it shows the following error when I upload the example csv Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'split') |
@barretthugh this error is related to cash journal I mentioned. There are 3 steps in uploading trades :
For your information, I have a Discord for TradeNote we can use for quicker / easier chat : https://discord.gg/VTf3JGk7 |
@barretthugh: |
still working on that, will share the docker files once finished |
I was able to follow the instructions and get things up and running here. Excited to see what using it is like ! ;-) |
That would be awesome! I am quite struggling to get it to work on my raspberry pi4. |
@electricar : fyi, I did not upload screenshots of these pages as they contain my personal notes and images ;) |
Yes I know, that's why I was asking here. Maybe someone has a test installation or not so much information yet :) |
|
here is my temp solution
I tested on my pi4, I will pr the files if these steps is ok for you(not too complicated) btw, I think the best way is you do this via code( add classes, columns, accounts data) |
@barretthugh Great. Can you share with us your adclasses.sh file ? |
I will close this for now. You can contact us via Discord here : https://discord.gg/VTf3JGk7 |
@Kanchangk @agrieco @barretthugh @electricar : Were you able to install TradeNote and use it ? What do you think ? It would be great to get some feedback to see if what I should improve and see see if people are really using TradeNote. |
Hi,
The repository looks promising and suffice my requirements, it seems.
But I am not sure how to install it in local machine (windows) or in a VPS (linux).
It would be very helpful if you can provide a step by step guide to install and run it.
Thanks.
The text was updated successfully, but these errors were encountered: