Hi MGT,

log in to your tweb VM like this:

cd to/your/instance/dir
vagrant up
vagrant ssh


in the VM get the interactive tweb-config script from my github repo

cd ~

wget https://raw.github.com/pmario/tweb-config/master/tweb-config
chmod +x tweb-config
sudo mv tweb-config /usr/local/bin/tweb-config


the command "which tweb-config" should show you: usr/local/bin/tweb-config. 
If not, there is something wrong.


The users and new TW configuration has to be done at the tweb instance.
The /vagrant directory will be automatically shared with the host system. 
So this directory can be seen inside and outside the VM.

inside the VM

cd /vagrant
cd /tweb
tweb-config[image: Superuser Menu]

you should see: http://tweb-at-home.tiddlyspace.com/010InstanceMenu.png

This system is designed to work with different users but since the auth 
system is not installed yet, every user can write to every TW. This may 
change in the future (TiddlyWiki UI is missing atm :)

If you create a new TW, you will need to assign an existing user. 
You should not use administrator. That's why create a new user ...

2 - create a new user
3 - create a new tiddlywiki

If you did create a new TW named eg: myTw. Just reload your browser.  
http://tweb.local:8080/recipes
You should see a new recipe

myTw_public .. http://tweb.local:8080/myTW_public

behind the scenes the script creates a second TW: myTw_private
but since you are not logged in, you can't see it. 
If you have a look at the directory structure you will see it ...

I did remove the renaming feature, since it gets extremely confusing if you 
have 10+ recipes (TWs). 

feedback is highly welcome!

have fun!
mario
PS: I think I'll include this script by default. So it will be easy to 
create new users and TWs. The whole setup stuff will be not needed anymore.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to