Bitcoin Forum
May 07, 2024, 12:13:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Please help me to install epochtalk, I have zero idea about github  (Read 820 times)
Side chain (OP)
Jr. Member
*
Offline Offline

Activity: 30
Merit: 6


View Profile
January 31, 2020, 10:30:52 AM
Last edit: January 31, 2020, 11:45:49 AM by Side chain
 #1

I have downloaded the files from here: https://github.com/epochtalk/epochtalk
The instructions to install the software that given in the site are too much to understand for me:: https://github.com/epochtalk/epochtalk#installation
 
When I install SMF or any other software, what I do is that

1. I create the database in my hosting server
2. I upload the files of the software in my hosting server
3. There is a page path which will need to run and I will just fill the necessary information for each coming page by clicking next and next and next until the installation finish.

But it seems the instructions given in the /epochtalk#installation path is not telling anything similar like I practice normally.

Can anyone help me to install the software for the forum I am planning to launch for a crypto community?

My goal is to spread the benefit of bitcoin in a country where bitcoin is being presented with misleading information and the authority does not help the citizens at all.

Thank you everyone.

Edit: This is the hosting package I have currently https://www.namecheap.com/hosting/shared/

1715040839
Hero Member
*
Offline Offline

Posts: 1715040839

View Profile Personal Message (Offline)

Ignore
1715040839
Reply with quote  #2

1715040839
Report to moderator
1715040839
Hero Member
*
Offline Offline

Posts: 1715040839

View Profile Personal Message (Offline)

Ignore
1715040839
Reply with quote  #2

1715040839
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715040839
Hero Member
*
Offline Offline

Posts: 1715040839

View Profile Personal Message (Offline)

Ignore
1715040839
Reply with quote  #2

1715040839
Report to moderator
1715040839
Hero Member
*
Offline Offline

Posts: 1715040839

View Profile Personal Message (Offline)

Ignore
1715040839
Reply with quote  #2

1715040839
Report to moderator
suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
January 31, 2020, 01:16:23 PM
 #2

Edit: This is the hosting package I have currently https://www.namecheap.com/hosting/shared/

As far as I can see this doesn't come with shell access and the ability to install your own software, so I don't think it will work for you.

Epochtalk is a major pain in the ass to install even on a VM so I wouldn't bother with it for your forum. Pick something that actually works in a shared hosting environment, like Vanilla (not an endorsement; google "PHP forum software" for yourself).
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
January 31, 2020, 01:27:44 PM
 #3

I think you should ask lulucrypto for help. He already have his Epochtalk up and running so I guess he is the right person to ask for guidelines. I had also plan to install it but seems that I won't have any free time for such things at home in the next 1-2 years.. If you manage to install it and run it please make a guide so everyone can benefit of Smiley

Good luck.

Side chain (OP)
Jr. Member
*
Offline Offline

Activity: 30
Merit: 6


View Profile
January 31, 2020, 01:32:55 PM
Merited by vapourminer (2)
 #4

I have done some studies (and turns out all gone wasted, I lost my patience) since I made this topic and it seems there are a lot of pieces of software needs to download and install like:
Git
node > I installed and no clue in which folder it was installed
npm > again installed it and no clue with the shell commands
and a lot of other things and I am really clueless.

Then here: http://epochtalk.org/docs.html
I was successful cloning the git file in number 1 at the installation steps by using the commend: $ git clone https://github.com/epochtalk/epochtalk.git
In number 2 I was able to Change directories using $ cd epochtalk but when tried $ npm install, I was getting some warning and really clueless again.

Honestly speaking I am not sure what to do here.

I have seen other people to run this in their own domain which means they were able to extract the files in a form may be which are with .php extension and mysql database format and things.

If they can provide the files and an empty database for me just to configure by my own then I think I will have more than enough or I will have to use SMF for the forum.

Thanks for your input @suchmoon

I think you should ask lulucrypto for help.
Yes, I was looking for this user. Turns out I am unable to PM him. Can anyone be kind enough to PM him and point to this topic please.
Thanks iasenko.
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
January 31, 2020, 02:10:03 PM
 #5

The PM to Lulu was sent, also a copy to you as well.

suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
January 31, 2020, 02:11:38 PM
 #6


Don't use that. They switched from npm to yarn at some point and forgot to update the docs. Start over and follow the github README. The are still some inconsistencies there, I think some folder names are messed up. Plus you need a Postgres database - do you have that? The installation script requires admin privileges on Postgres, at which point I gave up on it with a loud "WTF". But it might work if you have an new empty Postgres install.

As I said, major PITA.

And no, it's not PHP.
Side chain (OP)
Jr. Member
*
Offline Offline

Activity: 30
Merit: 6


View Profile
January 31, 2020, 02:57:24 PM
 #7

The PM to Lulu was sent, also a copy to you as well.
Thank you very much. Appreciate the effort.

I thought finally I was able to figure out the command lines from the github README file but then when I was in $ yarn in the 2nd step of installation then I got stuck on here: https://i.imgur.com/ZVGFgyu.png

And no, it's not PHP.
What is the extension of the index file on the web? As open source I was expecting PHP.

suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
January 31, 2020, 03:46:51 PM
 #8

I thought finally I was able to figure out the command lines from the github README file but then when I was in $ yarn in the 2nd step of installation then I got stuck on here: https://i.imgur.com/ZVGFgyu.png

I had that too but I don't recall what I did to get past it. I think bcrypt needs to be installed separately, not sure.

What is the extension of the index file on the web? As open source I was expecting PHP.

It's built on node.js so maybe index.js would be the "index file" but it's a completely different environment from PHP.
Chlotide
Full Member
***
Offline Offline

Activity: 305
Merit: 106



View Profile
February 01, 2020, 11:27:19 AM
 #9

As others said, that readme is not up to date. Seems they did some further chages. Open an issue on their github and they'll advise you. Not sure how fast they reply in the weekend tho...
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
February 01, 2020, 05:42:18 PM
 #10

There's also another alternative if lulu has no time for it. I know Cyrus and the recovery team have lunched a epochtalk bases website called https://coinbistro.com
Maybe they can be of help. Try to PM one of them: alanst, 3dOOm, Rizzrack, Cyrus.
Ill look for a link.

Chlotide
Full Member
***
Offline Offline

Activity: 305
Merit: 106



View Profile
February 01, 2020, 08:23:02 PM
 #11

I thought finally I was able to figure out the command lines from the github README file but then when I was in $ yarn in the 2nd step of installation then I got stuck on here: https://i.imgur.com/ZVGFgyu.png

Just "yarn" is not a valid command, try: sudo apt update && sudo apt install --no-install-recommends yarn
Side chain (OP)
Jr. Member
*
Offline Offline

Activity: 30
Merit: 6


View Profile
February 04, 2020, 03:00:04 PM
 #12

Thanks everyone for responses and some guidance. I am not very familiar with js node and stuffs so I decided to go with the environment I know which is php mysql and installed SMF in for the project. Sooner or later I will come up with the URL and some discussion about it.

Smile!
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
February 06, 2020, 11:09:35 PM
 #13

Thanks everyone for responses and some guidance. I am not very familiar with js node and stuffs so I decided to go with the environment I know which is php mysql and installed SMF in for the project. Sooner or later I will come up with the URL and some discussion about it.

Smile!

Sad to hear that you gave up on the Epochtalk but of course if it's not well documented you can't do much about it.
I wonder how can we popularize the project if its not well documented or misleading. Do we really need 10 more years to be completed?

suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
February 06, 2020, 11:20:18 PM
 #14

I wonder how can we popularize the project if its not well documented or misleading. Do we really need 10 more years to be completed?

Depends on what the goal is. If it's just to move Bitcointalk over to the new software then it doesn't really matter much if the docs are wonky, as long as theymos can figure out how to get it running. If the goal is to make it a popular discussion platform - I doubt that would ever happen even with excellent documentation. It's a niche product at best.

That's not an excuse to have wonky documentation and clunky installation process, just an observation.
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
February 06, 2020, 11:32:34 PM
 #15

I wonder how can we popularize the project if its not well documented or misleading. Do we really need 10 more years to be completed?

Depends on what the goal is. If it's just to move Bitcointalk over to the new software then it doesn't really matter much if the docs are wonky, as long as theymos can figure out how to get it running. If the goal is to make it a popular discussion platform - I doubt that would ever happen even with excellent documentation. It's a niche product at best.

That's not an excuse to have wonky documentation and clunky installation process, just an observation.

If we talk about migration of bitcointalk.org to Epochtalk, according to theymos it won't happen until enough people have tested it. So that's why it is important to make it more popular so it can be tested and improved.
In reality, i don't think that Epochtalk is coming soon to the forum. Sad

.

In short: If you want the software quicker, go run your own forum with it, and work to get any problems or missing features you find resolved via bug reports, etc. This would increase public interest, provide much-needed testing, and I might even hire you to work on bitcointalk.org when we're ready to do the final transition here.

TryNinja
Legendary
*
Offline Offline

Activity: 2828
Merit: 6977



View Profile WWW
February 06, 2020, 11:36:33 PM
 #16

So that's why it is important to make it more popular so it can be tested and improved.
You (and suchmoon) very likely already know that but just to make things clear for everyone reading: the best way of doing that right now is probably by using and bug testing Cryptos-Currencies.com (which uses epochtalk).

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
February 06, 2020, 11:44:05 PM
Last edit: February 07, 2020, 09:33:07 AM by iasenko
 #17

So that's why it is important to make it more popular so it can be tested and improved.
You (and suchmoon) very likely already know that but just to make things clear for everyone reading: the best way of doing that right now is probably by using and bug testing Cryptos-Currencies.com (which uses epochtalk).

In addition to this one there is one more, https://coinbistro.com/ which was created by Cyrus and the recovery team. I wonder if there are other installations around which we haven't heard of yet.

Edit: I just ask them if someone can make a guidelines, or video on how to install Epochtalk fro newbies. Hope it will be more popular that way.

lulucrypto
Sr. Member
****
Offline Offline

Activity: 709
Merit: 335


You need someone to develop your Web project ?


View Profile WWW
March 07, 2020, 10:55:19 PM
 #18

Good evening everyone,

First of all I sincerely apologize for the response time, since the end of 2019 / early 2020 I am very busy, which means that I have no time to go to the forum.

@iasenko told me about your subject, would you like me to help you install it ?

Web developer.0x0AB75f882ef60731e02212fFcfBA7C5ce6e0B4F3
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
March 09, 2020, 10:00:25 AM
 #19

Good evening everyone,

First of all I sincerely apologize for the response time, since the end of 2019 / early 2020 I am very busy, which means that I have no time to go to the forum.

@iasenko told me about your subject, would you like me to help you install it ?

Hello lulu,

I think the OP gave up on this one. There is another project using epochtalk as well : https://coinbistro.com/ so I talked with the guys who set up the Epochtalk there and ask if they can make an installation guide for newbies. Here is the installation guide they created.

lulucrypto
Sr. Member
****
Offline Offline

Activity: 709
Merit: 335


You need someone to develop your Web project ?


View Profile WWW
March 11, 2020, 11:12:18 AM
 #20

Hello,

Yes that's what I thought I understood.

Otherwise, yes I had seen the talking topic of the Coinbistro forum Smiley

It reminds me that I would have to relaunch the Cryptos Currencies forum a little, but I don't have time for the moment Sad

Web developer.0x0AB75f882ef60731e02212fFcfBA7C5ce6e0B4F3
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!